add gnome minimal export

This commit is contained in:
Alexander Navarro 2023-07-28 09:18:51 -04:00
parent 86787a43af
commit a755fad21c
3 changed files with 19 additions and 3 deletions

View file

@ -34,6 +34,19 @@
zellij
];
gtk = {
enable = true;
theme = {
name = "Catppuccin-Macchiato-Teal-Dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "teal" ];
# size = "compact";
# tweaks = [ "rimless" "black" ];
variant = "macchiato";
};
};
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards