diff --git a/devices/binto/default.nix b/devices/binto/default.nix index 39d30aad..f9b11921 100644 --- a/devices/binto/default.nix +++ b/devices/binto/default.nix @@ -14,7 +14,7 @@ services.device-vars = { username = "matt"; - fontSize = 10.0; + fontSize = 12.5; }; users.users.matt = { diff --git a/devices/binto/modules/nvidia.nix b/devices/binto/modules/nvidia.nix index a81edd81..92217f48 100644 --- a/devices/binto/modules/nvidia.nix +++ b/devices/binto/modules/nvidia.nix @@ -28,7 +28,7 @@ # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus # Only available from driver 515.43.04+ # Do not disable this unless your GPU is unsupported or if you have a good reason to. - open = false; + open = true; # Enable the Nvidia settings menu, # accessible via `nvidia-settings`.