Hope this fixes home manager

This commit is contained in:
jopejoe1 2023-02-24 16:24:05 +01:00
parent f5514728a9
commit 441028f65b
4 changed files with 277 additions and 271 deletions

View file

@ -10,7 +10,6 @@ in
};
config = mkIf cfg.enable {
home-manager.users.root = import ./home.nix;
imports = [ ./home.nix ];
};
}