mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/meeting: fix elements-desktop
This commit is contained in:
parent
66cd78fcdc
commit
50bfbb571f
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
element-desktop
|
||||
# TODO revert fix: https://github.com/NixOS/nixpkgs/issues/238416
|
||||
(element-desktop.override { electron = pkgs.electron_24; })
|
||||
mumble
|
||||
nheko
|
||||
teamspeak_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue