diff --git a/nixosModules/system/de/plasma.nix b/nixosModules/system/de/plasma.nix index 0816fdd..9254b79 100644 --- a/nixosModules/system/de/plasma.nix +++ b/nixosModules/system/de/plasma.nix @@ -25,5 +25,8 @@ in }; programs.partition-manager.enable = true; + environment.systemPackages = with pkgs.kdePackages; [ + kalarm + ]; }; }