diff --git a/README.org b/README.org index f6d752c..6fb2d42 100644 --- a/README.org +++ b/README.org @@ -329,6 +329,7 @@ This configuration is nearly identical to the default, except for a few key diff *** Hardware ++ Override the default =DPI= + Enables sound via PulseAudio + Adds support for the NVIDIA Hybrid GPU @@ -350,6 +351,8 @@ This configuration is nearly identical to the default, except for a few key diff hardware.pulseaudio.enable = true; hardware.pulseaudio.support32Bit = true; + services.xserver.dpi = 96; + fileSystems."/" = { device = "/dev/disk/by-uuid/2f548eb9-47ce-4280-950f-9c6d1d162852"; fsType = "ext4"; diff --git a/hosts/acernitro/hardware.nix b/hosts/acernitro/hardware.nix index 458d682..e2c17ba 100644 --- a/hosts/acernitro/hardware.nix +++ b/hosts/acernitro/hardware.nix @@ -15,6 +15,8 @@ hardware.pulseaudio.enable = true; hardware.pulseaudio.support32Bit = true; + services.xserver.dpi = 96; + fileSystems."/" = { device = "/dev/disk/by-uuid/2f548eb9-47ce-4280-950f-9c6d1d162852"; fsType = "ext4";