feat: fix wallpapers
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Harivansh Rathi 2026-04-09 10:49:58 -04:00
parent c2e589011f
commit 076db608b3
7 changed files with 15 additions and 13 deletions

View file

@ -62,11 +62,11 @@ let
};
wallpapers = {
dir = "${config.home.homeDirectory}/Pictures/Screensavers";
dark = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper-dark.jpg";
light = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper-light.jpg";
current = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper.jpg";
staticDark = ../assets/wallpapers/topography-dark.jpg;
staticLight = ../assets/wallpapers/topography-light.jpg;
dark = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper-dark.png";
light = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper-light.png";
current = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper.png";
staticDark = ../assets/wallpapers/topography-dark.png;
staticLight = ../assets/wallpapers/topography-light.png;
generation = wallpaperGeneration;
};
paths = {