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

@@ -17,5 +17,12 @@
'';
};
# https://codeberg.org/adamcstephens/dotfiles/src/commit/e14f35f6e9a9cb9174016948c512c0db364e0dec/apps/fish/init.fish
programs.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
'';
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
}