forked from Shinonome/alt-illogical-impulse
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.
This commit is contained in:
@@ -29,6 +29,7 @@ let
|
||||
|
||||
# Set up proper library path for Python packages (64-bit only)
|
||||
export LD_LIBRARY_PATH="${lib.makeLibraryPath (with pkgs; [
|
||||
stdenv.cc.cc.lib # provides libstdc++.so.6
|
||||
gcc-unwrapped.lib
|
||||
glibc
|
||||
zlib
|
||||
|
||||
Reference in New Issue
Block a user