diff options
author | sils <sils@sils.li> | 2023-09-17 20:13:35 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-09-17 20:13:35 +0200 |
commit | d8d1ee8afce161cefa953ddd8e8e66b17e13aa7c (patch) | |
tree | e9858a0b711458ad8e6f946d2bcc0d2de1fff8a0 /users | |
parent | feat(sys): switch to plasma (diff) | |
download | nix-config-d8d1ee8afce161cefa953ddd8e8e66b17e13aa7c.tar.gz nix-config-d8d1ee8afce161cefa953ddd8e8e66b17e13aa7c.zip |
feat(u/sils/packages): add libsForQt5.qtstyleplugin-kvantum
Diffstat (limited to 'users')
-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 |