theme: added default wallpaper option

This commit is contained in:
Aly Raffauf 2024-05-04 21:17:28 -04:00
parent 1d79c7b2c3
commit b05b618921

View file

@ -122,6 +122,11 @@
type = lib.types.str;
};
};
alyraffauf.desktop.theme.wallpaper = lib.mkOption {
description = "Default wallpaper.";
default = "${config.xdg.dataHome}/backgrounds/jr-korpa-9XngoIpxcEo-unsplash.jpg";
type = lib.types.str;
};
};
config = lib.mkIf config.alyraffauf.desktop.theme.enable {