14 Commits

Author SHA1 Message Date
Celes Renata b42bcca6c5 Comment out quickshell - users add from nixpkgs-unstable 2025-12-12 15:59:54 -08:00
Celes Renata a527c1f045 Use pkgs.quickshell explicitly 2025-12-12 15:50:20 -08:00
Celes Renata d0957f7d2b Uncomment quickshell in package list 2025-12-12 15:33:52 -08:00
Celes Renata 366f325627 Remove quickshell from package list - user must add it 2025-12-12 14:13:51 -08:00
Celes Renata 1338459072 Remove hyprland from user packages - use system hyprland instead 2025-12-12 11:43:07 -08:00
Celes Renata 78e6f51288 Add more QML modules for network manager 2025-12-01 00:49:09 -08:00
Celes Renata 91efc576a9 Add KDE wrapper scripts with proper QML paths for bluetooth and network 2025-11-30 22:55:45 -08:00
Celes Renata 21eacdaefd Add KDE bluetooth and network management support for quickshell 2025-11-30 22:07:34 -08:00
Celes Renata 2f3a5b85d6 add kdialog 2025-08-10 14:55:29 -07:00
Celes Renata 0321f75443 Fix Light mode selection in quickshell settings
- Add gsettings-desktop-schemas for GNOME schema support on non-GNOME systems
- Add libstdc++.so.6 support via stdenv.cc.cc.lib for Python packages
- Include all required system libraries for Python virtual environment
- Set XDG_DATA_DIRS to include GNOME schemas path
- Reorganize Python environment configuration for better clarity

This resolves the issue where Light mode couldn't be selected in the
quickshell settings menu due to missing dependencies and library linking issues.
2025-08-10 13:17:25 -07:00
Celes Renata c28d64fd23 Add QtLocation package for complete positioning support
- Add kdePackages.qtlocation alongside qtpositioning
- This should resolve the 'module QtPositioning is not installed' error
- Ensures complete Qt location services for Weather and other services
2025-08-10 12:18:23 -07:00
Celes Renata 410e6083ea Add quickshell package to widgetPackages
- Include quickshell in the essential package set
- This ensures quickshell binary is available for the service to start
- Fixes missing quickshell binary issue
2025-08-10 11:56:39 -07:00
Celes Renata efae617d52 Add conflict handling for home-manager symlinks
- Handle conflicting symlinks for icons, konsole, and fish directories
- Backup existing directories before home-manager creates new ones
- Run conflict handling before linkGeneration phase
2025-08-10 11:47:18 -07:00
Celes Renata 8011f1c842 Initial clean flake structure - Phase 3 complete 2025-08-08 22:05:41 -07:00