Compare commits

...

2 commits

Author SHA1 Message Date
d9e32dc901 chore: switch to juno gtk theme 2025-09-14 19:52:12 +02:00
225e920426 chore: move to dino from gajim 2025-09-14 19:52:01 +02:00
2 changed files with 7 additions and 7 deletions

View file

@ -23,12 +23,12 @@
size = 14; size = 14;
}; };
theme = { theme = {
name = "Gruvbox-Green-Dark"; name = "Juno";
package = pkgs.gruvbox-gtk-theme.override { package = pkgs.juno-theme; # .override {
colorVariants = [ "dark" ]; # colorVariants = [ "dark" ];
themeVariants = [ "green" ]; # themeVariants = [ "green" ];
tweakVariants = [ "macos" ]; # tweakVariants = [ "macos" ];
}; # };
}; };
iconTheme = { iconTheme = {
name = "Papirus-Dark"; name = "Papirus-Dark";

View file

@ -27,7 +27,7 @@ in
home-manager.users.${username}.home.packages = with pkgs; [ home-manager.users.${username}.home.packages = with pkgs; [
element-desktop element-desktop
gajim dino
signal-desktop signal-desktop
mumble mumble
anki-bin anki-bin