diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-03 07:24:35 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-03 07:24:35 -0800 |
| commit | 65eb7068d76e60fd7c2a660720c5dcbb38e60f4b (patch) | |
| tree | 60ea0301b8214b5225abd61378ce5f191e2cd913 | |
| parent | consolidate all modules under modules/ (diff) | |
| download | infra-65eb7068d76e60fd7c2a660720c5dcbb38e60f4b.tar.gz | |
fish shell setup for darwin
Diffstat (limited to '')
| -rw-r--r-- | machines/darwin/aarch64-darwin/HQ-KWNY2VH41P.nix | 6 | ||||
| -rw-r--r-- | machines/darwin/aarch64-darwin/mba-m2.nix | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/machines/darwin/aarch64-darwin/HQ-KWNY2VH41P.nix b/machines/darwin/aarch64-darwin/HQ-KWNY2VH41P.nix index 761b20e..194fbdd 100644 --- a/machines/darwin/aarch64-darwin/HQ-KWNY2VH41P.nix +++ b/machines/darwin/aarch64-darwin/HQ-KWNY2VH41P.nix @@ -12,15 +12,13 @@ users = { users.${adminUser.name} = { home = "/Users/${adminUser.name}"; + shell = pkgs.fish; }; }; - environment.systemPackages = with pkgs; [ - fish - ]; - environment.shells = [ pkgs.fish ]; + programs.fish.enable = true; programs.fish.shellInit = '' # Nix if test -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish' diff --git a/machines/darwin/aarch64-darwin/mba-m2.nix b/machines/darwin/aarch64-darwin/mba-m2.nix index d4c444a..e92b687 100644 --- a/machines/darwin/aarch64-darwin/mba-m2.nix +++ b/machines/darwin/aarch64-darwin/mba-m2.nix @@ -24,15 +24,13 @@ users = { users.${adminUser.name} = { home = "/Users/${adminUser.name}"; + shell = pkgs.fish; }; }; - environment.systemPackages = with pkgs; [ - fish - ]; - environment.shells = [ pkgs.fish ]; + programs.fish.enable = true; programs.fish.shellInit = '' # Nix if test -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish' |
