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/dwm/default.nix | |
| 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/dwm/default.nix')
| -rw-r--r-- | common/modules/x11/dwm/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/modules/x11/dwm/default.nix b/common/modules/x11/dwm/default.nix index 8444c7f..fc943ef 100644 --- a/common/modules/x11/dwm/default.nix +++ b/common/modules/x11/dwm/default.nix @@ -2,6 +2,7 @@ homeManager, inputs, moduleNameSpace, + settings-persist, ... }: { @@ -58,6 +59,8 @@ in ${lib.optionalString (config.beeMods.mango.enable) '' systemctl --user stop swayidle.service ''} + + ${settings-persist} ''; }; } |
