chore: bump all

This commit is contained in:
2026-06-24 15:04:58 -06:00
parent ce31e48d42
commit 5d31f53b70
15 changed files with 771 additions and 680 deletions
+7 -4
View File
@@ -17,9 +17,12 @@ in {
};
config = lib.mkIf cfg.enable {
xdg.configFile = {
"DankMaterialShell/settings.json".source =
json.generate "settings.json" cfg.settings;
};
stylix.targets.dank-material-shell.enable = true;
programs.dank-material-shell.enable = true;
# xdg.configFile = {
# "DankMaterialShell/settings.json".source =
# json.generate "settings.json" cfg.settings;
# };
};
}