This commit is contained in:
Giulio De Pasquale 2021-08-31 16:35:17 +02:00
commit 11137f8fb8
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05";
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = { home-manager = {
url = "github:rycee/home-manager/master"; url = "github:rycee/home-manager/release-21.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
@ -56,7 +56,7 @@
nix.registry.unstable.flake = nixos-unstable; nix.registry.unstable.flake = nixos-unstable;
} }
# home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
./hosts/gAluminum/default.nix ./hosts/gAluminum/default.nix
]; ];
}; };

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";