mirror of
https://github.com/LinuxBeginnings/NixOS-Hyprland.git
synced 2026-01-12 07:21:00 -03:00
Remove default shell.qml in activation to enable named config detection
This commit is contained in:
@@ -19,5 +19,11 @@ in
|
||||
rm -rf "$DEST"
|
||||
cp -R "$SRC" "$DEST"
|
||||
chmod -R u+rwX "$DEST"
|
||||
|
||||
# Remove default shell.qml if it exists (prevents named config detection)
|
||||
# Quickshell disables subdirectory detection if ~/.config/quickshell/shell.qml exists
|
||||
if [ -f "$HOME/.config/quickshell/shell.qml" ]; then
|
||||
rm -f "$HOME/.config/quickshell/shell.qml"
|
||||
fi
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user