about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-10-07 11:34:08 +0100
committerdevhell <devhell@mailfresser.de>2019-10-07 11:34:31 +0100
commitbc08398c2d72b0ed2ce233ba52cc8a4ef57651a1 (patch)
tree72d876b5764dd21f49abc63b8585ef71a0714836 /machines/devhell/gunnr.nix
parent3d76ea1ad8770d6cc180036e7e232bf4e65c6ba4 (diff)
machines/gunnr: Remove unnecessary packages
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 25016054..39956887 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -96,7 +96,6 @@
     # XXX: Factor out and make DRY, because a lot of the stuff here is
     # duplicated in the other machine configurations.
     displayManager.sessionCommands = ''
-      ${pkgs.xbindkeys}/bin/xbindkeys &
       ${pkgs.nitrogen}/bin/nitrogen --restore &
       ${pkgs.xscreensaver}/bin/xscreensaver -no-splash &
       ${pkgs.rofi}/bin/rofi &
@@ -143,16 +142,11 @@
    nixpkgs.config.mpv.bs2bSupport = true;
 
    environment.systemPackages = with pkgs; [
-     cdrtools
-     docker
-     dvdplusrwtools
      glxinfo
-     ipmitool
      libva
      libvdpau-va-gl
      pamixer
      vaapiVdpau
      vdpauinfo
-     xbindkeys
    ];
 }