Compare commits

...

2 commits

3 changed files with 8 additions and 2 deletions

View file

@ -160,6 +160,12 @@ in
kontact = true;
merkuro = true;
};
# additional standalone versions of kontact components
environment.systemPackages = with pkgs.kdePackages; [
korganizer
kaddressbook
pkgs.ktimetracker
];
programs.kdeconnect.enable = true;
# enable wayland for Chromium and Electron
environment.sessionVariables.NIXOS_OZONE_WL = "1";