configures ly

This commit is contained in:
Dennis Schoepf 2025-11-25 23:10:25 +01:00
parent 5e8740cab9
commit cb2008990d
3 changed files with 11 additions and 1 deletions

View file

@ -41,7 +41,6 @@
../modules/zoxide ../modules/zoxide
../modules/direnv ../modules/direnv
../modules/nvim ../modules/nvim
../modules/wezterm
../modules/ghostty ../modules/ghostty
../modules/fish ../modules/fish
../modules/firefox ../modules/firefox

View file

@ -198,6 +198,15 @@
# Tailscale # Tailscale
services.tailscale.enable = true; services.tailscale.enable = true;
# Printing
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
# Environment & session variables # Environment & session variables
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "nvim";

View file

@ -5,9 +5,11 @@
enable = true; enable = true;
settings = { settings = {
animation = "doom"; animation = "doom";
animation_timeout_sec = 30;
asterisk = "0x2022"; asterisk = "0x2022";
bigclock = "en"; bigclock = "en";
default_input = "password"; default_input = "password";
doom_fire_height = 1;
doom_top_color = "0x00c57faf"; doom_top_color = "0x00c57faf";
doom_middle_color = "0x00d369af"; doom_middle_color = "0x00d369af";
doom_bottom_color = "0x00572454"; doom_bottom_color = "0x00572454";