added home manager configurations to output

This commit is contained in:
Leyla Becker 2024-11-24 21:51:42 -06:00
parent 90f0c114b3
commit 3fdee879c7
9 changed files with 45 additions and 32 deletions

View file

@ -88,7 +88,7 @@ in {
type = lib.types.bool;
default = config.isDesktopUser || config.isTerminalUser;
description = ''
User should install their applications
User should install their applications and can log in
'';
defaultText = lib.literalExpression "config.host.users.\${name}.isNormalUser";
};