Add back Droid, second go around will surely work

This commit is contained in:
Bun 2025-04-18 04:15:54 -04:00
parent 2750e8e24e
commit 4335e92895
6 changed files with 80 additions and 7 deletions

View 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;
};
}