nixos/kde-pim: install standalone versions of programs
This commit is contained in:
parent
76d3ffde1c
commit
0b36532ed3
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue