nix-config/modules/home-manager/themes/catppuccin/gnome.nix

12 lines
114 B
Nix
Raw Normal View History

{
inputs,
pkgs,
outputs,
lib,
...
}: {
gtk = {
enable = true;
catppuccin.enable = true;
};
}