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
then {
normal.family = "Fira Code";
size = 18;
size = 12;
}
else {
normal.family = "FiraCode Nerd Font";

View File

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