enable home-manager on gAluminum

This commit is contained in:
Giulio De Pasquale 2021-08-25 10:05:51 +01:00
parent c96863eb15
commit d48ed54e28

View File

@ -23,9 +23,9 @@
# imports = [ ./home/zsh.nix ./home/code.nix ]; # imports = [ ./home/zsh.nix ./home/code.nix ];
# }; # };
# #
# home-manager.users.giulio = { home-manager.users.giulio = {
# imports = [ ./home ]; imports = [ ./home ];
# }; };
fileSystems."/home/giulio/Downloads" = { fileSystems."/home/giulio/Downloads" = {
device = "tmpfs"; device = "tmpfs";