From 58007ef2f26080c2883c2869f858990557b98f8f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 10 Feb 2024 11:46:07 -0500 Subject: [PATCH] Disable wayland --- home/default.nix | 2 +- modules/common/linux.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index 5fbcc53..f9bf294 100644 --- a/home/default.nix +++ b/home/default.nix @@ -218,7 +218,7 @@ in { if stdenv.isLinux then { normal.family = "Fira Code"; - size = 18; + size = 12; } else { normal.family = "FiraCode Nerd Font"; diff --git a/modules/common/linux.nix b/modules/common/linux.nix index 1cdd381..a3a7bfd 100644 --- a/modules/common/linux.nix +++ b/modules/common/linux.nix @@ -78,7 +78,7 @@ displayManager = { gdm = { enable = true; - wayland = true; + wayland = false; }; }; desktopManager = {