mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-22 17:00:00 -05:00
Fix quickshell overlay script name and add Qt positioning modules
- Change writeShellScriptBin from 'qs' to 'quickshell' to match package name - Add QtPositioning and QtLocation to QML2_IMPORT_PATH in overlay - This should resolve the circular reference and QtPositioning module issues
This commit is contained in:
@@ -24,9 +24,9 @@
|
|||||||
{
|
{
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
# Enhanced quickshell with Qt5Compat support for dots-hyprland
|
# Enhanced quickshell with Qt5Compat support for dots-hyprland
|
||||||
quickshell = final.writeShellScriptBin "qs" ''
|
quickshell = final.writeShellScriptBin "quickshell" ''
|
||||||
# Add Qt5Compat and quickshell config directories to QML import path
|
# Add Qt5Compat, QtPositioning, and quickshell config directories to QML import path
|
||||||
export QML2_IMPORT_PATH="${final.kdePackages.qt5compat}/lib/qt-6/qml:$HOME/.config/quickshell/ii:$HOME/.config/quickshell:$QML2_IMPORT_PATH"
|
export QML2_IMPORT_PATH="${final.kdePackages.qt5compat}/lib/qt-6/qml:${final.kdePackages.qtpositioning}/lib/qt-6/qml:${final.kdePackages.qtlocation}/lib/qt-6/qml:$HOME/.config/quickshell/ii:$HOME/.config/quickshell:$QML2_IMPORT_PATH"
|
||||||
|
|
||||||
# Execute the original quickshell
|
# Execute the original quickshell
|
||||||
exec ${quickshell.packages.${system}.default}/bin/qs "$@"
|
exec ${quickshell.packages.${system}.default}/bin/qs "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user