Compare commits

...

2 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

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