aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 22:57:54 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:49 -0700
commitf94a9071e7ccad349af26add593e855cd9f88f32 (patch)
treec72506f139d9747c487d180ada054eafc86c1be2 /snowfall/modules/home/suites
parente11a0658b3c47459767ba49ccfe319a2b8c73456 (diff)
migration: gtk theme
Diffstat (limited to 'snowfall/modules/home/suites')
-rw-r--r--snowfall/modules/home/suites/desktop/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/desktop/default.nix b/snowfall/modules/home/suites/desktop/default.nix
index 2e73ad0..f80cadb 100644
--- a/snowfall/modules/home/suites/desktop/default.nix
+++ b/snowfall/modules/home/suites/desktop/default.nix
@@ -19,6 +19,10 @@ in {
kitty.enable = true;
flameshot.enable = true;
};
+
+ desktop.components = {
+ gtk.enable = true;
+ };
};
};
}