From 8151c25bfe044672945b6adff3de9beaad334e8e Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 5 Nov 2023 16:17:31 -0500 Subject: [PATCH] feat(binto): switch to wayland --- devices/binto/default.nix | 2 +- devices/binto/modules/nvidia.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/binto/default.nix b/devices/binto/default.nix index 39d30aa..f9b1192 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 a81edd8..92217f4 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`.