summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/systemd.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-11 11:13:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-11 11:13:27 +0200
commit5786716a383254c256f109d38fda1c898456fb60 (patch)
tree43b4b5918eb58fd6ffc728fe0d4f21dc3431981d /accounts/gkleen@sif/systemd.nix
parent148e387fe152242f472322218f1e0bd35afe67e8 (diff)
downloadnixos-5786716a383254c256f109d38fda1c898456fb60.tar
nixos-5786716a383254c256f109d38fda1c898456fb60.tar.gz
nixos-5786716a383254c256f109d38fda1c898456fb60.tar.bz2
nixos-5786716a383254c256f109d38fda1c898456fb60.tar.xz
nixos-5786716a383254c256f109d38fda1c898456fb60.zip
sif: hyprland
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r--accounts/gkleen@sif/systemd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix
index fe69a757..1397ca62 100644
--- a/accounts/gkleen@sif/systemd.nix
+++ b/accounts/gkleen@sif/systemd.nix
@@ -149,6 +149,7 @@ in {
149 BusName = "org.keepassxc.KeePassXC.MainWindow"; 149 BusName = "org.keepassxc.KeePassXC.MainWindow";
150 WorkingDirectory = "~"; 150 WorkingDirectory = "~";
151 ExecStart = "${pkgs.keepassxc}/bin/keepassxc"; 151 ExecStart = "${pkgs.keepassxc}/bin/keepassxc";
152 Environment = [ "QT_QPA_PLATFORM=wayland" ];
152 }; 153 };
153 Unit = { 154 Unit = {
154 Requires = ["graphical-session-pre.target"]; 155 Requires = ["graphical-session-pre.target"];