This commit is contained in:
Matt Nish-Lapidus 2025-03-18 17:34:57 -04:00
parent 5564d5cbd2
commit 6622ba5001
5 changed files with 10 additions and 16 deletions

View file

@ -171,10 +171,7 @@
};
iconTheme = {
name = "Colloid";
package = pkgs.colloid-icon-theme.override {
colorVariants = [ "grey" ];
schemeVariants = [ "nord" ];
};
package = pkgs.colloid-icon-theme;
};
};

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
@ -25,7 +25,7 @@
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
# gtk-theme = "Colloid-Grey-Dark-Nord";
gtk-theme = lib.mkForce "Colloid-Grey-Dark-Nord";
};
"org/gnome/shell/keybindings" = {