1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

symlink flake to dms

This commit is contained in:
bbedward
2025-08-27 23:23:51 -04:00
parent 0aa064916c
commit d7f14fada4

View File

@@ -19,6 +19,7 @@
installPhase = ''
mkdir -p $out/etc/xdg/quickshell/DankMaterialShell
cp -r . $out/etc/xdg/quickshell/DankMaterialShell
ln -s $out/etc/xdg/quickshell/DankMaterialShell $out/etc/xdg/quickshell/dms
'';
};