mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:36:35 +01:00
Trying this probaly not gone work
This commit is contained in:
parent
9a3adab408
commit
d92063930a
2 changed files with 0 additions and 2 deletions
|
@ -27,6 +27,5 @@ in
|
|||
};
|
||||
|
||||
home-manager.users.jopejoe1 = import ./home.nix;
|
||||
home-manager.users.jopejoe1.home.stateVersion = mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,6 +12,5 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
home-manager.users.root = import ./home.nix;
|
||||
home-manager.users.root.home.stateVersion = mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue