mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
lxqt: Add qtsvg to systemPackages
This commit is contained in:
parent
49ed3ab705
commit
0b4e3e7822
1 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,7 @@ in
|
|||
environment.systemPackages = [
|
||||
pkgs.kde5.kwindowsystem # provides some QT5 plugins needed by lxqt-panel
|
||||
pkgs.kde5.oxygen-icons5 # default icon theme
|
||||
pkgs.qt5.qtsvg # provides QT5 plugins for svg icons
|
||||
pkgs.libfm
|
||||
pkgs.libfm-extra
|
||||
pkgs.lxmenu-data
|
||||
|
@ -65,8 +66,9 @@ in
|
|||
|
||||
# Link some extra directories in /run/current-system/software/share
|
||||
environment.pathsToLink = [
|
||||
"/share/lxqt"
|
||||
"/share/desktop-directories"
|
||||
"/share/icons"
|
||||
"/share/lxqt"
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue