From 9406f59708c47172fa8f7778638262e2fe29a2ac Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 12:51:13 -0800 Subject: extract common darwin configurations --- machines/mbp-work.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'machines/mbp-work.nix') 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"; -- cgit v1.2.3