mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
fix: don't install element on darwin
This commit is contained in:
parent
9288cf4dee
commit
a744eb24be
1 changed files with 1 additions and 2 deletions
|
@ -36,14 +36,13 @@ in {
|
||||||
pkgs.maven
|
pkgs.maven
|
||||||
pkgs.zig
|
pkgs.zig
|
||||||
|
|
||||||
pkgs.element-desktop
|
|
||||||
|
|
||||||
pkgs.qbittorrent
|
pkgs.qbittorrent
|
||||||
] ++ optionals (config.isLinux && config.isDesktop) [
|
] ++ optionals (config.isLinux && config.isDesktop) [
|
||||||
pkgs.thunderbird
|
pkgs.thunderbird
|
||||||
|
|
||||||
pkgs.whatsapp-for-linux
|
pkgs.whatsapp-for-linux
|
||||||
|
|
||||||
|
pkgs.element-desktop
|
||||||
pkgs.zulip
|
pkgs.zulip
|
||||||
pkgs.fractal
|
pkgs.fractal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue