From 6b7926880714b1cdfec10c25ff4a83b54cd51060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 2 May 2023 09:06:23 +0200 Subject: [PATCH] fix(ripping): remove unrelated packages --- modules/profiles/ripping.nix | 22 ---------------------- 1 file changed, 22 deletions(-) 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 ]; }