Hoping this fixes nvidia issues

This commit is contained in:
jopejoe1 2023-02-24 16:03:52 +01:00
parent f2bb64a089
commit 4016b181b0
7 changed files with 11 additions and 13 deletions

View file

@ -12,5 +12,6 @@ in
config = mkIf cfg.enable {
home-manager.users.root = import ./home.nix;
home-manager.users.root.home.stateVersion = config.system.stateVersion;
};
}