diff options
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | modules/user/aesthetics/themes/oxocarbon/default.nix | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -40,6 +40,8 @@ # Nonessential + wallpapers.url = "codeberg:triethyl/wallpapers"; + mnw.url = "github:Gerg-L/mnw"; niri.url = "github:sodiboo/niri-flake"; 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"; |
