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,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" ];