turns out gdm is read only

This commit is contained in:
Vinzenz Schroeter 2023-09-09 12:45:51 +02:00
parent 9582ea3119
commit 45280d24d7

View file

@ -45,14 +45,5 @@
};
};
};
gdm = {...}: {
home.stateVersion = "23.05";
dconf.settings = {
"org/gnome/desktop/peripherals/keyboard" = {
numlock-state = true;
};
};
};
};
}