Compare commits
2 commits
76d3ffde1c
...
3672286b57
| Author | SHA1 | Date | |
|---|---|---|---|
| 3672286b57 | |||
| 0b36532ed3 |
3 changed files with 8 additions and 2 deletions
|
|
@ -160,6 +160,12 @@ in
|
||||||
kontact = true;
|
kontact = true;
|
||||||
merkuro = true;
|
merkuro = true;
|
||||||
};
|
};
|
||||||
|
# additional standalone versions of kontact components
|
||||||
|
environment.systemPackages = with pkgs.kdePackages; [
|
||||||
|
korganizer
|
||||||
|
kaddressbook
|
||||||
|
pkgs.ktimetracker
|
||||||
|
];
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
# enable wayland for Chromium and Electron
|
# enable wayland for Chromium and Electron
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue