about summary refs log tree commit diff
path: root/machines/devhell/sigrun.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-05-14 19:37:32 +0100
committerdevhell <devhell@mailfresser.de>2020-05-14 19:39:23 +0100
commitc23c4f1d07bac428588327f9c3234d00db3ef6a9 (patch)
treef75ef9af6c991c7a6a067d2a8be104cc08625453 /machines/devhell/sigrun.nix
parent2bf8b148a8fafd57f33e3c8516eab8bfa9260aba (diff)
devhell-wide: Remove unnecessary packages
Still a continuation of some housekeeping.
Diffstat (limited to 'machines/devhell/sigrun.nix')
-rw-r--r--machines/devhell/sigrun.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix
index 6468dc9a..aa9a05bc 100644
--- a/machines/devhell/sigrun.nix
+++ b/machines/devhell/sigrun.nix
@@ -266,15 +266,7 @@
   nixpkgs.config.mpv.bs2bSupport = true;
 
   environment.systemPackages = with pkgs; [
-    #ipfs
-    #scummvm
-    abook
     canto-curses
-    cli-visualizer
     cmus
-    handbrake
-    hplip
-    nzbget
-    slrn
   ];
 }