diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/marvin.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/system/marvin.nix b/system/marvin.nix index a69342a0..cc02a202 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ pkgs, ... }: { imports = [ ./settings/darwin.nix ./settings/dev.nix @@ -11,6 +11,12 @@ group = "wheel"; }; + programs.fish.enable = true; + environment.shells = with pkgs; [ + fish + "/Users/alan/.local/state/nix/profile/bin/fish" + ]; + environment.variables.LANG = "en_GB.UTF-8"; launchd.user.envVariables = { |