summaryrefslogtreecommitdiff
path: root/modules/user/aesthetics/themes
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aesthetics/themes')
-rw-r--r--modules/user/aesthetics/themes/oxocarbon/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/user/aesthetics/themes/oxocarbon/default.nix b/modules/user/aesthetics/themes/oxocarbon/default.nix
index c568c97..2c6ee6e 100644
--- a/modules/user/aesthetics/themes/oxocarbon/default.nix
+++ b/modules/user/aesthetics/themes/oxocarbon/default.nix
@@ -6,14 +6,15 @@
...
}: let
cfg = config.aesthetics.themes.oxocarbon;
+ wallpapers = inputs.wallpapers.packages.${pkgs.system}.default;
in {
options.aesthetics.themes.oxocarbon.enable = lib.mkEnableOption "oxocarbon theme";
config = lib.mkMerge [
(
lib.mkIf cfg.enable {
aesthetics = {
- wallpaper = ./wallpapers/landscape/salt-flats.jpg;
- wallpapersDir = ./wallpapers;
+ wallpaper = "${wallpapers}/neutral/landscape/salt-flats.jpg";
+ wallpapersDir = "${wallpapers}/neutral";
scheme = {
base00 = "161616";
base01 = "262626";