puzzlevision/modules/home-manager/themes/catppuccin/gnome.nix
Jo fbba93c16a [general] add gnome config, de-clutter puzzlevision system config
Signed-off-by: Jo <johannesreckers2006@gmail.com>
2024-05-29 00:15:32 +02:00

12 lines
No EOL
114 B
Nix

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