diff options
| author | Fuwn <[email protected]> | 2025-01-05 00:44:27 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-05 00:44:27 -0800 |
| commit | 797a3c56b23ad2c6f993615e51d09ac8791b8858 (patch) | |
| tree | 9ac04cdd5149e4fc036b6b8dd6aaa8d9637b5bc2 /modules/mac/users.nix | |
| parent | just: default target to hostname (diff) | |
| download | nixos-config-797a3c56b23ad2c6f993615e51d09ac8791b8858.tar.xz nixos-config-797a3c56b23ad2c6f993615e51d09ac8791b8858.zip | |
nara: drop fish, configure zsh
Diffstat (limited to 'modules/mac/users.nix')
| -rw-r--r-- | modules/mac/users.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mac/users.nix b/modules/mac/users.nix index f390c1c..a34f26d 100644 --- a/modules/mac/users.nix +++ b/modules/mac/users.nix @@ -1,4 +1,3 @@ -{ pkgs, ... }: { users.users.ebisu = let @@ -8,6 +7,5 @@ inherit name; home = "/Users/${name}"; - shell = pkgs.fish; }; } |