Update themes, make ghostty the default

This commit is contained in:
Henry Sipp
2025-07-02 15:24:32 -05:00
parent c6b7a700f6
commit c818f6cada
21 changed files with 98 additions and 95 deletions
+4 -1
View File
@@ -20,6 +20,9 @@
"gruvbox" = [
"gruvbox-1.jpg"
];
"gruvbox-light" = [
"gruvbox-1.jpg"
];
};
selected_wallpaper = builtins.elemAt (wallpapers.${cfg.theme}) 0;
@@ -27,7 +30,7 @@
in {
home.file = {
"Pictures/Wallpapers" = {
source = ../../config/themes/${cfg.theme}/wallpapers;
source = ../../config/themes/wallpapers;
recursive = true;
};
};