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
];
catppuccin = {
gtk.enable = true;
gtk.flavor = "mocha";
gtk.style = "standard";
gtk.color = "blue";
catppuccin.gtk = {
enable = true;
flavor = "mocha";
variant = "standard";
};
environment.systemPackages = with pkgs; [
@@ -20,7 +19,7 @@
gtk = {
enable = true;
theme = {
name = "Catppuccin-Mocha-Standard-Blue-Dark";
name = "Catppuccin-mocha-standard-blue-dark";
};
iconTheme = {
name = "Papirus-Dark";