diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-06 08:19:52 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-06 08:19:52 -0800 |
| commit | 01b9f1a2c03cefc7b3164aeaa23c81c19207bb54 (patch) | |
| tree | bf4dcf5d68c9f8e1e7eda6e3e5ade0826ed969af /nix/machines | |
| parent | Merge pull request #6 from fcuny/update_flake_lock_action (diff) | |
| download | infra-01b9f1a2c03cefc7b3164aeaa23c81c19207bb54.tar.gz | |
new work laptop
Diffstat (limited to 'nix/machines')
| -rw-r--r-- | nix/machines/hq-kwny2vh41p/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/machines/hq-kwny2vh41p/default.nix b/nix/machines/hq-kwny2vh41p/default.nix new file mode 100644 index 0000000..5910d09 --- /dev/null +++ b/nix/machines/hq-kwny2vh41p/default.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: +{ + imports = [ ../darwin-shared.nix ]; + + system.stateVersion = 5; + + programs.fish.enable = true; + environment.shells = [ pkgs.fish ]; +} |
