purge home-manager

This commit is contained in:
Charlie Root 2024-11-03 23:41:44 +01:00
commit 3bc2bf3fc5
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
7 changed files with 19 additions and 342 deletions

View file

@ -18,13 +18,6 @@ in {
enableBashIntegration = true;
enableFishIntegration = true;
enableZshIntegration = true;
};
home-manager.users.${username} = {
programs.direnv = {
# yes stupid direnv does _not_ work with nushell in nixos options
enableNushellIntegration = true;
};
};
};
}