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:
parent
6e03df40e7
commit
323e8887e2
@ -8,7 +8,7 @@ with lib; {
|
|||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
elss.graphical.enable = true;
|
elss.graphical.enable = true;
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
element-desktop
|
element-desktop
|
||||||
jitsi-meet-electron
|
jitsi-meet-electron
|
||||||
signal-dektop
|
signal-dektop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user