diff options
-rw-r--r-- | users/sils/packages/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/sils/packages/default.nix b/users/sils/packages/default.nix index 6d7c906..0408cb5 100644 --- a/users/sils/packages/default.nix +++ b/users/sils/packages/default.nix @@ -4,7 +4,7 @@ prismlauncher, ... }: { - home.packages = with pkgs; [ + home.packages = with pkgs; with pkgs.libsForQt5; [ # core tools neofetch # a must-have hyfetch # permanent suggestions have their moments @@ -79,6 +79,8 @@ zip _7zz + qtstyleplugin-kvantum # theming + # image editing inkscape # vector graphics imagemagick # powerful cli-tool |