mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
theme: added default wallpaper option
This commit is contained in:
parent
1d79c7b2c3
commit
b05b618921
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue