mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
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:
parent
e523dc28a6
commit
ae551d64c7
@ -85,8 +85,14 @@ in {
|
|||||||
pango
|
pango
|
||||||
pipewire
|
pipewire
|
||||||
];
|
];
|
||||||
|
desktopLibs = with pkgs; [
|
||||||
|
qt5.full
|
||||||
|
qt6.full
|
||||||
|
gtk3
|
||||||
|
gtk4
|
||||||
|
];
|
||||||
in
|
in
|
||||||
commonLibs ++ xorgLibs;
|
commonLibs ++ xorgLibs ++ desktopLibs;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user