This commit is contained in:
Matt Nish-Lapidus 2025-03-18 10:23:57 -04:00
parent 432ed2287c
commit 8643c8b23a
5 changed files with 50 additions and 30 deletions

View file

@ -9,7 +9,6 @@
shikane
mpv
gnome
hyprlock
hypridle
];
@ -172,13 +171,15 @@
};
iconTheme = {
name = "Colloid";
package = pkgs.colloid-icon-theme;
package = pkgs.colloid-icon-theme.override {
colorVariants = [ "grey" ];
schemeVariants = [ "nord" ];
};
};
};
qt = {
enable = true;
platformTheme.name = "gtk3";
style = {
package = pkgs.adwaita-qt;
name = "adwaita-dark";