mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Disable wayland
This commit is contained in:
@@ -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";
|
||||||
|
@@ -78,7 +78,7 @@
|
|||||||
displayManager = {
|
displayManager = {
|
||||||
gdm = {
|
gdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland = true;
|
wayland = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
|
Reference in New Issue
Block a user