1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix wrong namespace for systemPackages

This commit is contained in:
Stefan Ellmauthaler 2022-05-30 16:07:53 +02:00
parent 6e03df40e7
commit 323e8887e2
Failed to extract signature

View File

@ -8,7 +8,7 @@ with lib; {
in
mkIf cfg.enable {
elss.graphical.enable = true;
environment.systemPackages = [
environment.systemPackages = with pkgs; [
element-desktop
jitsi-meet-electron
signal-dektop