Added Home-Manager Module for real now
This commit is contained in:
parent
6f7967de10
commit
1088c4c482
1 changed files with 4 additions and 1 deletions
|
@ -19,8 +19,11 @@ in {
|
|||
imports =
|
||||
[
|
||||
./hardware.nix
|
||||
<home-manager/nixos>
|
||||
];
|
||||
modules =
|
||||
[
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue