diff --git a/home.nix b/home.nix index df96a1b..c6a5263 100755 --- a/home.nix +++ b/home.nix @@ -26,7 +26,12 @@ home.packages = with pkgs; [ # nix related nix-output-monitor - ]; + ] ++ (with pkgs.kdePackages; [ + kcalc + kmail + partitionmanager + krita + ]); # basic configuration of git, please change to your own programs.git = {