fix: environment access is not allowed in hm profiles

This commit is contained in:
Infinidoge 2021-09-19 21:25:23 -04:00
parent f9f905a771
commit f4461c91e7
5 changed files with 5 additions and 9 deletions

View file

@ -1 +1 @@
{ imports = [ ]; }
{ imports = [ ./shells/zsh.nix ]; }

View file

@ -0,0 +1,3 @@
{ ... }: {
environment.pathsToLink = [ "/share/zsh" ];
}