[NixOS] Fix zulip only works on x86

This commit is contained in:
Ivan Malison 2024-06-12 21:09:50 -06:00
parent 4515ea2e05
commit a18188d3b1

View File

@ -86,7 +86,6 @@ makeEnable config "modules.desktop" true {
vlc
volnoti
xfce.thunar
zulip
# Audio
picard
@ -105,5 +104,6 @@ makeEnable config "modules.desktop" true {
spotify
tor-browser-bundle-bin
vscode
zulip
] else []);
}