removed wallpapers. moved to swaylock-fancy

This commit is contained in:
kat witch 2021-08-19 00:57:36 +01:00
parent 2dbc1ac464
commit 640f5cb7a8
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
13 changed files with 287 additions and 416 deletions

View file

@ -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;
};