I think only MacOS needs this

This commit is contained in:
2026-01-03 22:46:10 -07:00
parent 6b839dd1bf
commit 82152ff4d4
2 changed files with 7 additions and 7 deletions

View File

@@ -143,13 +143,6 @@ in
];
interactiveShellInit = "set fish_greeting";
# https://codeberg.org/adamcstephens/dotfiles/src/commit/e14f35f6e9a9cb9174016948c512c0db364e0dec/apps/fish/init.fish
shellInit = ''
fenv source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
fenv source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
source /nix/var/nix/profiles/default/etc/profile.d/nix.fish
'';
};
programs.nix-your-shell.enable = true;