adde KAlarm

This commit is contained in:
Jakub Kropáček 2024-11-21 10:17:45 +01:00
parent 106df69275
commit 2ae69f0084

View file

@ -25,5 +25,8 @@ in
};
programs.partition-manager.enable = true;
environment.systemPackages = with pkgs.kdePackages; [
kalarm
];
};
}