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/dwm/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/modules/x11/dwm/default.nix') 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} ''; }; } -- cgit v1.3.1