diff --git a/modules/profiles/ripping.nix b/modules/profiles/ripping.nix index be56abe..61289f9 100644 --- a/modules/profiles/ripping.nix +++ b/modules/profiles/ripping.nix @@ -2,31 +2,9 @@ { environment.systemPackages = with pkgs; [ - # nix - nixpkgs-review - # ripping abcde handbrake picard - - # other - anki - calibre - jellyfin-media-player - keepassxc - stable.libreoffice # HACK to fix build error - pavucontrol - stable.signal-desktop - tlaplusToolbox - vlc - thunderbird - plantuml - - jetbrains.pycharm-professional - - synology-drive-client - - texlive.combined.scheme-full ]; }