From 012849128c2d57f22236e4c011b87c2044842462 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 6 Jul 2025 22:41:44 +0200 Subject: [PATCH] add KDE packages --- home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 = {