Compare commits

..

2 commits

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
];
} }