fix: update dms

This commit is contained in:
Nickolaj Jepsen 2026-01-19 17:44:37 +01:00
parent f7157b5a1f
commit 04c85ec904
12 changed files with 77 additions and 41 deletions

View file

@ -46,12 +46,12 @@ in {
};
};
programs.dank-material-shell.default.settings = {
programs.dank-material-shell.settings = {
# Disables wallpaper management in DMS to avoid conflicts with Hyprpaper
screenPreferences.wallpaper = [];
};
programs.dank-material-shell.default.session = {
programs.dank-material-shell.session = {
# Attempt to set a default wallpaper on first run
wallpaperPath = unknownPng;
};