hosts/{apeturescience,cityseventeen}: init apeturescience, change font and size in cityseventeen
This commit is contained in:
parent
ea7dd98c09
commit
717a0b8a21
35 changed files with 1234 additions and 91 deletions
|
@ -12,7 +12,7 @@ let
|
|||
str
|
||||
package
|
||||
;
|
||||
users = config.alqueva.users;
|
||||
inherit (config.alqueva) users;
|
||||
in
|
||||
{
|
||||
options.alqueva.users = mkOption {
|
||||
|
@ -49,7 +49,7 @@ in
|
|||
|
||||
config =
|
||||
let
|
||||
enabledUsers = lib.filterAttrs (_: user: user.enable == true) users;
|
||||
enabledUsers = lib.filterAttrs (_: user: user.enable) users;
|
||||
in
|
||||
{
|
||||
users.users = builtins.mapAttrs (un: uc: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue