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
+3 -1
View File
@@ -2,7 +2,9 @@
config,
pkgs,
...
}: {
}: let
cfg = config.omarchy;
in {
programs.alacritty = {
enable = true;
settings = {
+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;
+12
View File
@@ -41,6 +41,18 @@ in {
version = "1.5.1";
sha256 = "sha256-AGGioXcK/fjPaFaWk2jqLxovUNR59gwpotcSpGNbj1c=";
}
{
name = "nord-visual-studio-code";
publisher = "arcticicestudio";
version = "0.19.0";
sha256 = "sha256-awbqFv6YuYI0tzM/QbHRTUl4B2vNUdy52F4nPmv+dRU=";
}
{
name = "gruvbox";
publisher = "jdinhlife";
version = "1.28.0";
sha256 = "sha256-XwQzbbZU6MfYcT50/0YgQp8UaOeQskEvEQPZXG72lLk=";
}
];
};
};