remove kdepim
This commit is contained in:
parent
09e68a623e
commit
2ed51d604a
3 changed files with 3 additions and 16 deletions
|
@ -7,7 +7,6 @@
|
|||
./games
|
||||
./ims.nix
|
||||
./audacious.nix
|
||||
./pim.nix
|
||||
"${nixos-config}/services/desktop"
|
||||
./kodi
|
||||
./pim
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs.kdePackages; [
|
||||
kontact
|
||||
kmail-account-wizard
|
||||
kdepim-runtime
|
||||
kdepim-addons
|
||||
];
|
||||
home.persistence.default.directories = [
|
||||
".local/share/akonadi"
|
||||
".local/share/kontact"
|
||||
".local/share/akonadi_maildir_resource_0"
|
||||
".local/share/akregator"
|
||||
];
|
||||
}
|
|
@ -47,4 +47,7 @@
|
|||
withExternalGnupg = true;
|
||||
};
|
||||
};
|
||||
home.persistence.default.directories = [
|
||||
".thunderbird"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue