forked from jan-leila/nix-config
added home manager configurations to output
This commit is contained in:
parent
90f0c114b3
commit
3fdee879c7
9 changed files with 45 additions and 32 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue