summaryrefslogtreecommitdiff
path: root/common/modules/x11/bspwm
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/x11/bspwm')
-rw-r--r--common/modules/x11/bspwm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/modules/x11/bspwm/default.nix b/common/modules/x11/bspwm/default.nix
index 711959a..62e7e63 100644
--- a/common/modules/x11/bspwm/default.nix
+++ b/common/modules/x11/bspwm/default.nix
@@ -2,6 +2,7 @@
homeManager,
inputs,
moduleNameSpace,
+ settings-persist,
...
}:
{
@@ -119,6 +120,7 @@ in
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
"gnome-keyring-daemon --start --components=secrets,ssh,pkcs11"
"xrandr --output eDP --set TearFree on"
+ "${settings-persist}"
];
};