services.displayManager.noctalia-greeter.settings
NixOS option
Settings for noctalia-greeter written to greeter.toml. Note that it also can contain some state, like the most recently used session, which will be clobbered on every activation and boot. This is due to an upstream limitation; the state is due to be moved to another file.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/services/display-managers/noctalia-greeter.nixView source on NixOS/nixpkgs →{
cursor = {
size = 24;
theme = "Adwaita";
};
keyboard = {
layout = "us";
};
}