GTK GTK GTK

This commit is contained in:
2026-03-16 19:22:47 +00:00
parent 6f340eee33
commit 83f56734ef
2 changed files with 6 additions and 28 deletions
+3 -14
View File
@@ -615,20 +615,9 @@ You'll notice the color values in multiple places outside this as well.
{ pkgs, ... }:
{
gtk = {
# enable = true;
# colorScheme = "dark";
# theme = {
# name = "Catppuccin-GTK-Grey-Dark-Compact";
# package = (pkgs.catppuccin-gtk.override {
# accent = [ "grey" ];
# shade = "dark";
# tweaks = [ "black" ];
# size = "compact";
# });
};
iconTheme.name = "Papirus-Dark";
};
environment.systemPackages = [
pkgs.catppuccin-gtk
];
catppuccin = {
enable = true;
+3 -14
View File
@@ -1,20 +1,9 @@
{ pkgs, ... }:
{
gtk = {
# enable = true;
# colorScheme = "dark";
# theme = {
# name = "Catppuccin-GTK-Grey-Dark-Compact";
# package = (pkgs.catppuccin-gtk.override {
# accent = [ "grey" ];
# shade = "dark";
# tweaks = [ "black" ];
# size = "compact";
# });
};
iconTheme.name = "Papirus-Dark";
};
environment.systemPackages = [
pkgs.catppuccin-gtk
];
catppuccin = {
enable = true;