Add back Droid, second go around will surely work
This commit is contained in:
parent
2750e8e24e
commit
4335e92895
6 changed files with 80 additions and 7 deletions
11
hosts/droid/users/main/default.nix
Normal file
11
hosts/droid/users/main/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
avf.defaultUser = config.sysusers.main;
|
||||
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
desktop.enable = true;
|
||||
gaming.enable = true;
|
||||
production.enable = true;
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue