Working on GTK

This commit is contained in:
2026-03-16 09:10:23 +00:00
parent 63eb0bc840
commit e70f57b9c7
@@ -5,11 +5,10 @@
inputs.catppuccin.nixosModules.catppuccin inputs.catppuccin.nixosModules.catppuccin
]; ];
catppuccin = { catppuccin.gtk = {
gtk.enable = true; enable = true;
gtk.flavor = "mocha"; flavor = "mocha";
gtk.style = "standard"; variant = "standard";
gtk.color = "blue";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@@ -20,7 +19,7 @@
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
name = "Catppuccin-Mocha-Standard-Blue-Dark"; name = "Catppuccin-mocha-standard-blue-dark";
}; };
iconTheme = { iconTheme = {
name = "Papirus-Dark"; name = "Papirus-Dark";