fix: environment not defined in hm

This commit is contained in:
Infinidoge 2021-09-19 21:21:58 -04:00
parent a9cd7fb56e
commit f9f905a771
3 changed files with 5 additions and 5 deletions

View file

@ -9,5 +9,5 @@
starship.enableFishIntegration = lib.mkIf config.programs.starship.enable true;
};
environment.shells = [ pkgs.fish ];
config.environment.shells = [ pkgs.fish ];
}