dots/nix/hosts/pluto/conf.nix
2025-05-03 16:18:29 +10:00

8 lines
173 B
Nix

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