Simplify system and home options
This commit is contained in:
parent
ac22bc1849
commit
72ec65064d
20 changed files with 59 additions and 79 deletions
|
@ -1,6 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}" = {
|
||||
home.stateVersion = lib.mkForce "24.05";
|
||||
home = {
|
||||
desktop.enable = true;
|
||||
stateVersion = lib.mkForce "24.05";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue