mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
wallpapers default setting
needed because modules are loaded for all home-managed users and configs per-host are set for all users
This commit is contained in:
parent
1230ff387b
commit
3523da070b
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ with lib;
|
|||
let cfg = config.kw; in {
|
||||
options.kw = {
|
||||
wallpapers = mkOption {
|
||||
type = types.listOf types.path;
|
||||
type = types.nullOr (types.listOf types.path);
|
||||
default = [ ../../users/kat/sway/wallpapers/left.jpg ../../users/kat/sway/wallpapers/main.png ../../users/kat/sway/wallpapers/right.jpg ];
|
||||
};
|
||||
|
||||
font = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue