mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Added Home-Manager Module for real now
This commit is contained in:
parent
6f7967de10
commit
1088c4c482
|
|
@ -19,8 +19,11 @@ in {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
<home-manager/nixos>
|
|
||||||
];
|
];
|
||||||
|
modules =
|
||||||
|
[
|
||||||
|
home-manager.nixosModules.home-manager
|
||||||
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue