add kontact

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-09 08:39:45 +01:00
parent 34c0206afd
commit 1741561394

View file

@ -1,4 +1,4 @@
_: {
{pkgs, ...}: {
imports = [
./firefox
./password-manager.nix
@ -7,4 +7,7 @@ _: {
./ims.nix
./audacious.nix
];
home.packages = with pkgs; [
kdePackages.kontact
];
}