Disable wayland

This commit is contained in:
Dave Gallant
2024-02-10 11:46:07 -05:00
parent 36121ad9c5
commit 58007ef2f2
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ in {
if stdenv.isLinux if stdenv.isLinux
then { then {
normal.family = "Fira Code"; normal.family = "Fira Code";
size = 18; size = 12;
} }
else { else {
normal.family = "FiraCode Nerd Font"; normal.family = "FiraCode Nerd Font";

View File

@@ -78,7 +78,7 @@
displayManager = { displayManager = {
gdm = { gdm = {
enable = true; enable = true;
wayland = true; wayland = false;
}; };
}; };
desktopManager = { desktopManager = {