move user importing to the flake

makes more sense there
This commit is contained in:
Rouven Seifert 2022-12-19 17:43:56 +01:00
parent 5b65fc5c56
commit d0eb57ed91
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 1 additions and 1 deletions

View file

@ -11,6 +11,7 @@
system = "x86_64-linux";
modules = [
./hosts/thinkpad/configuration.nix
./users/rouven
home-manager.nixosModules.home-manager
];
};

View file

@ -5,7 +5,6 @@
[
# Include the results of the hardware scan.
./hardware-configuration.nix
../../users/rouven
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];