configures ly

This commit is contained in:
Dennis Schoepf 2025-11-25 22:56:34 +01:00
parent 8fbed39caa
commit 5e8740cab9
2 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,4 @@
{
# TODO: Add custom theme: https://nix-community.github.io/home-manager/options.xhtml#opt-programs.ghostty.themes
programs.ghostty = {
enable = true;
enableFishIntegration = true;

View file

@ -1,6 +1,23 @@
{
services.displayManager = {
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";
};
};
};
}