configures ly
This commit is contained in:
parent
8fbed39caa
commit
5e8740cab9
2 changed files with 18 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
# TODO: Add custom theme: https://nix-community.github.io/home-manager/options.xhtml#opt-programs.ghostty.themes
|
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,23 @@
|
||||||
{
|
{
|
||||||
services.displayManager = {
|
services.displayManager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ly.enable = true;
|
ly = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
animation = "doom";
|
||||||
|
asterisk = "0x2022";
|
||||||
|
bigclock = "en";
|
||||||
|
default_input = "password";
|
||||||
|
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