about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
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
    ];
 }