aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/wm/default.nix3
-rw-r--r--user/wm/niri/config.kdl4
2 files changed, 7 insertions, 0 deletions
diff --git a/user/wm/default.nix b/user/wm/default.nix
index 0d60b49..dc9c394 100644
--- a/user/wm/default.nix
+++ b/user/wm/default.nix
@@ -11,5 +11,8 @@
home.packages = with pkgs; [
brightnessctl
fira-code
+ keepassxc
+ krita
+ xwayland-satellite
];
}
diff --git a/user/wm/niri/config.kdl b/user/wm/niri/config.kdl
index 4e12c1c..f65d813 100644
--- a/user/wm/niri/config.kdl
+++ b/user/wm/niri/config.kdl
@@ -68,6 +68,10 @@ cursor {
// TODO
}
+environment {
+ QT_QPA_PLATFORM "wayland"
+}
+
hotkey-overlay {
skip-at-startup
}