this post was submitted on 07 Jul 2023
6 points (100.0% liked)

nixos

1233 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

What I've done is installing

xdg-desktop-portal
libsForQt5.xdg-desktop-portal-kde
libsForQt5.kdialog

and adding

xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.libsForQt5.xdg-desktop-portal-kde ];
environment.sessionVariables.XDG_CURRENT_DESKTOP = "kde";

to my configuration.nix, but while I do get the qt file picker on my web browser, the theming is broken and it looks like this

I currently handle my theming through qt5ct with the line environment.sessionVariables.QT_QPA_PLATFORMTHEME = "qt5ct"

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here