diff options
Diffstat (limited to 'nix/modules/home/gtk.nix')
| -rw-r--r-- | nix/modules/home/gtk.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/modules/home/gtk.nix b/nix/modules/home/gtk.nix new file mode 100644 index 0000000..4e85b9d --- /dev/null +++ b/nix/modules/home/gtk.nix @@ -0,0 +1,8 @@ +{ lib, config, pkgs, ... }: +{ + gtk = { + theme = { + package = pkgs.catppuccin-gtk; + }; + }; +} |
