forked from Shinonome/alt-illogical-impulse
Add KDE bluetooth and network management support for quickshell
This commit is contained in:
@@ -210,8 +210,8 @@ in
|
|||||||
"XDG_DATA_DIRS=${config.home.profileDirectory}/share:${config.home.homeDirectory}/.nix-profile/share:/etc/profiles/per-user/${config.home.username}/share:/nix/var/nix/profiles/default/share:/run/current-system/sw/share"
|
"XDG_DATA_DIRS=${config.home.profileDirectory}/share:${config.home.homeDirectory}/.nix-profile/share:/etc/profiles/per-user/${config.home.username}/share:/nix/var/nix/profiles/default/share:/run/current-system/sw/share"
|
||||||
# Application launcher wrapper path
|
# Application launcher wrapper path
|
||||||
"DOTS_HYPRLAND_APP_LAUNCHER=%h/.cache/dots-hyprland/app-launcher"
|
"DOTS_HYPRLAND_APP_LAUNCHER=%h/.cache/dots-hyprland/app-launcher"
|
||||||
# QML module paths for Qt plugins
|
# QML module paths for Qt plugins and KDE components
|
||||||
"QML2_IMPORT_PATH=${pkgs.kdePackages.qt5compat}/lib/qt-6/qml:${pkgs.kdePackages.qtpositioning}/lib/qt-6/qml:${pkgs.kdePackages.qtlocation}/lib/qt-6/qml"
|
"QML2_IMPORT_PATH=${pkgs.kdePackages.qt5compat}/lib/qt-6/qml:${pkgs.kdePackages.qtpositioning}/lib/qt-6/qml:${pkgs.kdePackages.qtlocation}/lib/qt-6/qml:${pkgs.kdePackages.bluez-qt}/lib/qt-6/qml:${pkgs.kdePackages.bluedevil}/lib/qt-6/qml:${pkgs.kdePackages.plasma-nm}/lib/qt-6/qml:${pkgs.kdePackages.kconfig}/lib/qt-6/qml:${pkgs.kdePackages.kirigami}/lib/qt-6/qml"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Working directory
|
# Working directory
|
||||||
|
|||||||
@@ -43,6 +43,15 @@ let
|
|||||||
kdePackages.qtwayland # For Wayland support
|
kdePackages.qtwayland # For Wayland support
|
||||||
kdePackages.qtpositioning # For Weather service location features
|
kdePackages.qtpositioning # For Weather service location features
|
||||||
kdePackages.qtlocation # Additional location services for QtPositioning
|
kdePackages.qtlocation # Additional location services for QtPositioning
|
||||||
|
|
||||||
|
# KDE components for bluetooth and network management
|
||||||
|
kdePackages.kcmutils # Provides kcmshell6
|
||||||
|
kdePackages.kde-cli-tools # KDE CLI tools
|
||||||
|
kdePackages.bluez-qt # Bluetooth QML module
|
||||||
|
kdePackages.bluedevil # KDE bluetooth manager
|
||||||
|
kdePackages.plasma-nm # KDE network manager
|
||||||
|
kdePackages.kconfig # KDE config module
|
||||||
|
kdePackages.kirigami # KDE UI framework
|
||||||
];
|
];
|
||||||
|
|
||||||
# illogical-impulse-hyprland PKGBUILD
|
# illogical-impulse-hyprland PKGBUILD
|
||||||
|
|||||||
Reference in New Issue
Block a user