Remove Pear, use Jupiter as school device, generalize extra users
This commit is contained in:
parent
1a4e8b4b88
commit
a554f0a233
38 changed files with 41 additions and 231 deletions
12
hosts/jupiter/user/default.nix
Normal file
12
hosts/jupiter/user/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
desktop.enable = true;
|
||||
gaming.enable = true;
|
||||
production.enable = true;
|
||||
remote-desktop.enable = true;
|
||||
school.enable = true;
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue