mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Disable wayland
This commit is contained in:
@@ -218,7 +218,7 @@ in {
|
||||
if stdenv.isLinux
|
||||
then {
|
||||
normal.family = "Fira Code";
|
||||
size = 18;
|
||||
size = 12;
|
||||
}
|
||||
else {
|
||||
normal.family = "FiraCode Nerd Font";
|
||||
|
@@ -78,7 +78,7 @@
|
||||
displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
wayland = false;
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
|
Reference in New Issue
Block a user