More theming

This commit is contained in:
Henry Sipp
2025-07-01 22:31:43 -05:00
parent 2ccb0d7113
commit 289cb92a00
7 changed files with 28 additions and 58 deletions
+6
View File
@@ -14,6 +14,12 @@
"everforest" = [
"1-everforest.jpg"
];
"nord" = [
"nord-1.png"
];
"gruvbox" = [
"gruvbox-1.jpg"
];
};
selected_wallpaper = builtins.elemAt (wallpapers.${cfg.theme}) 0;