aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/config.nix')
-rw-r--r--hosts/mercury/config.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index 418b9fe..a8b191b 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -14,6 +14,7 @@
desktop = {
wallpaper = ./wallpapers/abstract-swirls.jpg;
gtk.enable = true;
+ qt.enable = true;
greetd = {
enable = true;
@@ -22,17 +23,18 @@
wm = {
sway.enable = true;
+ kdeDesktopPortal.enable = true;
components = {
fuzzel.enable = true;
dunst.enable = true;
+ tofi.enable = true;
};
};
programs = {
firefox.enable = true;
foot.enable = true;
- tofi.enable = true;
research.enable = true;
};