Added Home-Manager Module for real now

This commit is contained in:
Matthias 2024-07-16 14:39:48 +02:00
parent 6f7967de10
commit 1088c4c482

View file

@ -19,7 +19,10 @@ in {
imports =
[
./hardware.nix
<home-manager/nixos>
];
modules =
[
home-manager.nixosModules.home-manager
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];