mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
move user importing to the flake
makes more sense there
This commit is contained in:
parent
5b65fc5c56
commit
d0eb57ed91
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/thinkpad/configuration.nix
|
||||
./users/rouven
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
};
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../users/rouven
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
Loading…
Reference in a new issue