From d8d1ee8afce161cefa953ddd8e8e66b17e13aa7c Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 17 Sep 2023 20:13:35 +0200 Subject: feat(u/sils/packages): add libsForQt5.qtstyleplugin-kvantum --- users/sils/packages/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1