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/direnv
../modules/nvim
../modules/wezterm
../modules/ghostty
../modules/fish
../modules/firefox

View file

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

View file

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