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