mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
feat: fix wallpapers
This commit is contained in:
parent
c2e589011f
commit
076db608b3
7 changed files with 15 additions and 13 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue