add gnome minimal export
This commit is contained in:
parent
86787a43af
commit
a755fad21c
3 changed files with 19 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue