From f5b78ff561eff75c803ed1ef6e736a6c991cd135 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sun, 5 Apr 2026 23:32:45 +0530 Subject: idk - add miku cursor - nightlight support on xorg - bring back st and xorg tools back in this repo - add themed_cursor patch st ( kinda manully ) --- common/modules/x11/bspwm/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/modules/x11/bspwm/default.nix') 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}" ]; }; -- cgit v1.3.1