From 841c06b106ad501643c35f48f2ced1c2d6a78641 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 6 Oct 2025 16:05:07 -0700 Subject: working version before flake update --- nix/modules/home/gtk.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nix/modules/home/gtk.nix (limited to 'nix/modules/home/gtk.nix') 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; + }; + }; +} -- cgit v1.3