nixos/suites/desktop: add Qt5, Qt6, and GTK4 as part of nix-ld library path

I don't even know if this is advisable to put it here.
This commit is contained in:
Gabriel Arazas 2024-11-20 12:08:45 +08:00
parent e523dc28a6
commit ae551d64c7
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -85,8 +85,14 @@ in {
pango
pipewire
];
desktopLibs = with pkgs; [
qt5.full
qt6.full
gtk3
gtk4
];
in
commonLibs ++ xorgLibs;
commonLibs ++ xorgLibs ++ desktopLibs;
};
environment.systemPackages = with pkgs; [