fix(desktop): move synology-drive-client

dev-docs
Moritz Böhme 2023-04-26 09:01:44 +02:00
parent 69454aba52
commit 9e531f035a
2 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,6 @@ with lib; {
pavucontrol pavucontrol
stable.libreoffice # HACK to fix build error stable.libreoffice # HACK to fix build error
stable.signal-desktop stable.signal-desktop
synology-drive-client
texlive.combined.scheme-full texlive.combined.scheme-full
thunderbird thunderbird
vlc vlc

View File

@ -57,4 +57,8 @@ with lib;
}; };
}; };
}; };
environment.systemPackages = with pkgs; [
synology-drive-client
];
} }