dots/hosts/pluto/conf.nix

8 lines
173 B
Nix

{ config, lib, pkgs, ... }:
{
networking.hostName = "pluto";
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver ];
}