summaryrefslogtreecommitdiff
path: root/nix/modules/home/gtk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/home/gtk.nix')
-rw-r--r--nix/modules/home/gtk.nix8
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;
+ };
+ };
+}