🖌️ Catppuccin on GTK apps
This commit is contained in:
13
home-manager/gtk.nix
Normal file
13
home-manager/gtk.nix
Normal file
@ -0,0 +1,13 @@
|
||||
let
|
||||
theme = import ../theme.nix;
|
||||
in
|
||||
{
|
||||
gtk.enable = true;
|
||||
catppuccin.gtk = {
|
||||
enable = true;
|
||||
flavor = theme.flavor;
|
||||
icon.enable = true;
|
||||
};
|
||||
|
||||
stylix.targets.gtk.enable = false;
|
||||
}
|
Reference in New Issue
Block a user