mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Further updates
This commit is contained in:
parent
ce7d43ec54
commit
9670ee7656
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
waybarExtend = { config, ... }: {
|
||||
options = {
|
||||
programs.waybar.settings = mkOption {
|
||||
type = with types; listOf (submodule waybarExtend2);
|
||||
type = with types; either (listOf (submodule waybarExtend2)) (attrsOf (submodule waybarExtend2));
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
baresip
|
||||
yubikey-manager
|
||||
jmtpfs
|
||||
element-desktop
|
||||
cryptsetup
|
||||
] ++ lib.optional config.wayland.windowManager.sway.enable element-wayland
|
||||
++ lib.optional config.xsession.windowManager.i3.enable element-desktop;
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue