From dfc781de5f3222c819985349d443615f248dc871 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 2 May 2023 01:16:29 -0500 Subject: [PATCH] Reclassify Synology Drive Client --- home/gui/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home/gui/default.nix b/home/gui/default.nix index 3980fbf..cd9b65a 100644 --- a/home/gui/default.nix +++ b/home/gui/default.nix @@ -21,6 +21,8 @@ in vlc x265 ] ++ + + # Items that cannot be outside of x86_64-linux at all ( excludes ["x86_64-darwin" "aarch64-darwin" "aarch64-linux"] [ endeavour @@ -29,11 +31,18 @@ in logseq nextcloud-client ]) ++ + + # Items that just cannot be outside of x86_64 at all + ( excludes ["aarch64-darwin" "aarch64-linux"] + [ + synology-drive-client + ]) ++ + + # Items that are not supported on ARM/Linux ( excludes ["aarch64-linux"] [ bitwarden onlyoffice-bin - synology-drive-client zoom-us ]); }