diff options
| author | seth <[email protected]> | 2023-02-20 15:06:56 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 15:09:41 -0500 |
| commit | c29ebfedcad3ef36557608926aeea68d3106157c (patch) | |
| tree | 74dd0e357ccf1f87f0725a8ad7f3842f2b13c7fb /users/seth/default.nix | |
| parent | 62489eb982d1343a104782337a33305368afacc7 (diff) | |
switch back to fish
i don't know why i have to do this but it works so :shurg:
Diffstat (limited to 'users/seth/default.nix')
| -rw-r--r-- | users/seth/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/seth/default.nix b/users/seth/default.nix index 909fb84..0675eb4 100644 --- a/users/seth/default.nix +++ b/users/seth/default.nix @@ -8,9 +8,11 @@ extraGroups = [ "wheel" ]; isNormalUser = true; hashedPassword = "***REMOVED***"; - shell = pkgs.zsh; + shell = pkgs.fish; }; + programs.fish.enable = true; + home-manager = { useGlobalPkgs = true; useUserPackages = true; |
