mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
wallpaper theme (#68)
This commit is contained in:
parent
ed449d7fef
commit
6c2068b0d5
5 changed files with 11 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ let
|
|||
aquaNeutral = "#689d6a";
|
||||
gray = "#928374";
|
||||
};
|
||||
wallpapers = {
|
||||
dark = ../assets/wallpapers/topography-dark.jpg;
|
||||
light = ../assets/wallpapers/topography-light.jpg;
|
||||
};
|
||||
paths = {
|
||||
stateDir = "${config.xdg.stateHome}/theme";
|
||||
stateFile = "${config.xdg.stateHome}/theme/current";
|
||||
|
|
@ -263,5 +267,6 @@ in
|
|||
renderTmux
|
||||
renderZshHighlights
|
||||
themes
|
||||
wallpapers
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue