23 lines
578 B
Nix
23 lines
578 B
Nix
{
|
|
services.displayManager = {
|
|
enable = true;
|
|
ly = {
|
|
enable = true;
|
|
settings = {
|
|
asterisk = "0x2022";
|
|
bigclock = "en";
|
|
default_input = "password";
|
|
doom_fire_height = 1;
|
|
doom_top_color = "0x00c57faf";
|
|
doom_middle_color = "0x00d369af";
|
|
doom_bottom_color = "0x00572454";
|
|
session_log = ".local/share/ly-session.log";
|
|
vi_mode = true;
|
|
vi_default_mode = "insert";
|
|
bg = "0x000f0b15";
|
|
border_fg = "0x00807c9f";
|
|
box-title = "dnsc-machine";
|
|
};
|
|
};
|
|
};
|
|
}
|