aboutsummaryrefslogtreecommitdiff
path: root/machines/mbp-work.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-30 12:51:13 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-30 12:51:13 -0800
commit9406f59708c47172fa8f7778638262e2fe29a2ac (patch)
tree51b8756e64cda3d0ff8bafaaedd86924e4670bb1 /machines/mbp-work.nix
parentsplit k8s into more chunks (diff)
downloadinfra-9406f59708c47172fa8f7778638262e2fe29a2ac.tar.gz
extract common darwin configurations
Diffstat (limited to '')
-rw-r--r--machines/mbp-work.nix11
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";