mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
removed wallpapers. moved to swaylock-fancy
This commit is contained in:
parent
2dbc1ac464
commit
640f5cb7a8
13 changed files with 287 additions and 416 deletions
|
|
@ -9,10 +9,6 @@ with lib;
|
|||
|
||||
let cfg = config.kw; in {
|
||||
options.kw = {
|
||||
wallpapers = mkOption {
|
||||
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 ];
|
||||
};
|
||||
hexColors = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue