update dms, niri blur

This commit is contained in:
EdenQwQ 2026-02-21 21:02:10 +08:00
parent e4b29f3333
commit 050aded035
6 changed files with 47 additions and 54 deletions

View file

@ -18,7 +18,7 @@
enable = config.desktopShell == "waybar";
systemd.enable = config.desktopShell == "waybar";
};
programs.dankMaterialShell = {
programs.dank-material-shell = {
enable = config.desktopShell == "dms";
systemd.enable = config.desktopShell == "dms";
};