Fix certain non-nixos issues
This commit is contained in:
parent
4644944dfd
commit
926c18cc4d
4 changed files with 10 additions and 1 deletions
|
@ -19,5 +19,8 @@
|
|||
school.enable = mkEnableOption "Enable apps for visual productivity";
|
||||
};
|
||||
|
||||
config.home.stateVersion = "24.11";
|
||||
config.home = {
|
||||
desktop.enable = true;
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue