diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-05 23:32:45 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-05 23:32:45 +0530 |
| commit | f5b78ff561eff75c803ed1ef6e736a6c991cd135 (patch) | |
| tree | 96faf0aa617cd1736e9e5f79a870513045c00b7c /common/modules/x11/bspwm | |
| parent | ee5246d97d338b2b9b3562f7d483d498b78e19c8 (diff) | |
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 )
Diffstat (limited to 'common/modules/x11/bspwm')
| -rw-r--r-- | common/modules/x11/bspwm/default.nix | 2 |
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}" ]; }; |
