Compare commits

..

No commits in common. "b6ce3ec7e332bdd2260d7963c6ae81425f15600b" and "c96863eb1578f2ffdb80e1b313dfbdddc8b4531a" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

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

View File

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