move to backup
This commit is contained in:
parent
294dc66380
commit
a0e3d792a9
182 changed files with 156 additions and 103 deletions
23
bak/modules/wm/ly/default.nix
Normal file
23
bak/modules/wm/ly/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue