move wallpapers out of themes

and remove theme directory entirely
This commit is contained in:
Noah Masur
2022-05-06 09:35:07 -04:00
parent 6f2fff80ed
commit 5f946b5d8c
6 changed files with 1 additions and 109 deletions

View File

@ -20,7 +20,7 @@
gitEmail = "7386960+nmasur@users.noreply.github.com";
gui = {
colorscheme = (import ./modules/colorscheme/gruvbox);
wallpaper = ./modules/theme/gruvbox/gray-forest.jpg;
wallpaper = ./media/wallpaper/gray-forest.jpg;
gtkTheme = "Adwaita-dark";
};
};