diff options
Diffstat (limited to 'machines/mbp-work.nix')
| -rw-r--r-- | machines/mbp-work.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix index fc4340d..8050987 100644 --- a/machines/mbp-work.nix +++ b/machines/mbp-work.nix @@ -10,17 +10,6 @@ shell = 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' - source '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish' - end - # End Nix - ''; - home-manager.users.fcuny = { home.stateVersion = "23.05"; home.username = "fcuny"; |
