fix(desktop): move synology-drive-client
parent
69454aba52
commit
9e531f035a
|
@ -48,7 +48,6 @@ with lib; {
|
|||
pavucontrol
|
||||
stable.libreoffice # HACK to fix build error
|
||||
stable.signal-desktop
|
||||
synology-drive-client
|
||||
texlive.combined.scheme-full
|
||||
thunderbird
|
||||
vlc
|
||||
|
|
|
@ -57,4 +57,8 @@ with lib;
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
synology-drive-client
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue