update flakes

This commit is contained in:
EdenQwQ 2025-11-28 22:13:05 +08:00
parent 8b061004ea
commit 57869f04d9
5 changed files with 132 additions and 237 deletions

View file

@ -20,7 +20,7 @@
};
programs.dankMaterialShell = {
enable = config.desktopShell == "dms";
enableSystemd = config.desktopShell == "dms";
systemd.enable = config.desktopShell == "dms";
};
programs.caelestia = {
enable = config.desktopShell == "caelestia";