diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-13 12:06:47 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-13 12:06:47 -0400 |
| commit | a76838a294f92f071ab1ab394872a90dfbae13ff (patch) | |
| tree | 2dc9d07b819614c79d7a12ed4391cbf405b9a199 /modules/user/aesthetics/themes | |
| parent | 3cc08deab6db2206daab451f78992d78efdd490e (diff) | |
sourced wallpapers from repo
Former-commit-id: f7c7ee26d96bd12e6c94f7156774cbaa75b1fd9a
Diffstat (limited to 'modules/user/aesthetics/themes')
| -rw-r--r-- | modules/user/aesthetics/themes/oxocarbon/default.nix | 5 |
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"; |
