update packages + some tweaks

This commit is contained in:
Reid 2026-04-18 18:41:55 -07:00
parent 527378ad95
commit edfb60dd12
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
26 changed files with 304 additions and 319 deletions

View file

@ -315,12 +315,12 @@ in {
return-type = "json";
};
}
(mkIf config.modules.desktop.swww.enable {
(mkIf config.modules.desktop.awww.enable {
"custom/wallpaper" = {
format = "";
tooltip = true;
tooltip-format = "Change wallpaper";
on-click = "${config.modules.desktop.swww.swapScript}";
on-click = "${config.modules.desktop.awww.swapScript}";
};
})
(mkIf config.modules.hardware.rgb.enable {