From bc08398c2d72b0ed2ce233ba52cc8a4ef57651a1 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 7 Oct 2019 11:34:08 +0100 Subject: machines/gunnr: Remove unnecessary packages --- machines/devhell/gunnr.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'machines/devhell') 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 ]; } -- cgit 1.4.1