We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7146d0d commit b40479dCopy full SHA for b40479d
1 file changed
nix/greeter.nix
@@ -114,12 +114,14 @@ in {
114
${lib.getExe pkgs.jq} '.wallpaperPath = "/var/lib/dmsgreeter/wallpaper.jpg"' session.orig.json > session.json
115
fi
116
117
+
118
+ mv dms-colors.json colors.json || :
119
chown ${user}: * || :
120
'';
121
programs.dankMaterialShell.greeter.configFiles = lib.mkIf (cfg.configHome != null) [
122
"${cfg.configHome}/.config/DankMaterialShell/settings.json"
123
"${cfg.configHome}/.local/state/DankMaterialShell/session.json"
- "${cfg.configHome}/.cache/quickshell/dankshell/dms-colors.json"
124
+ "${cfg.configHome}/.cache/DankMaterialShell/dms-colors.json"
125
];
126
};
127
}
0 commit comments