diff --git a/physical/xps9360.nix b/physical/xps9360.nix index 2f9b5a6..ee4e643 100644 --- a/physical/xps9360.nix +++ b/physical/xps9360.nix @@ -1,11 +1,12 @@ { config, lib, pkgs, ... }: { imports = [ - ./. ]; hardware.yorick = { cpu = "intel"; gpu = "intel"; laptop = true; }; + hardware.enableRedistributableFirmware = true; # needed? + boot = { loader = { @@ -40,7 +41,7 @@ ]; nix.maxJobs = lib.mkDefault 4; - + # bigger console font i18n.consoleFont = "latarcyrheb-sun32"; }