No appflowy

This commit is contained in:
William 2023-08-02 10:50:58 -03:00
parent 4bab894438
commit debdb34171

View file

@ -2,7 +2,6 @@
{
environment.systemPackages = with pkgs; [
appflowy
ark
aspell
aspellDicts.de
@ -91,7 +90,4 @@
environment.plasma5.excludePackages =
(with pkgs.plasma5Packages; [ elisa gwenview oxygen khelpcenter konsole ]);
nixpkgs.config.permittedInsecurePackages =
[ "openssl-1.1.1u" ]; # Exception for appflowy
}