Complete switch to KDE organization stuff
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{ inports, pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
elisa
|
||||
kwrite
|
||||
kate
|
||||
okular
|
||||
];
|
||||
@@ -17,11 +16,11 @@
|
||||
programs.kde-pim = {
|
||||
enable = true;
|
||||
kmail = true;
|
||||
kontact = true;
|
||||
# kontact = true;
|
||||
merkuro = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs.kdePackages; [
|
||||
korganizer
|
||||
];
|
||||
# environment.systemPackages = with pkgs.kdePackages; [
|
||||
# korganizer
|
||||
# ];
|
||||
}
|
||||
@@ -3,16 +3,4 @@
|
||||
# enable = true;
|
||||
# immutableByDefault = true;
|
||||
# };
|
||||
|
||||
packages.pimsync.enable = true;
|
||||
services.pimsync.enable = true;
|
||||
|
||||
# Main calendar
|
||||
accounts.calendar.accounts.Main.pimsync.enable = true;
|
||||
|
||||
# Zadania
|
||||
accounts.calendar.accounts.Zadania.pimsync.enable = true;
|
||||
|
||||
# Lekarze
|
||||
accounts.calendar.accounts.Lekarze.pimsync.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user