aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites
diff options
context:
space:
mode:
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;
+ };
};
};
}