configures ly
This commit is contained in:
parent
5e8740cab9
commit
cb2008990d
3 changed files with 11 additions and 1 deletions
|
|
@ -41,7 +41,6 @@
|
|||
../modules/zoxide
|
||||
../modules/direnv
|
||||
../modules/nvim
|
||||
../modules/wezterm
|
||||
../modules/ghostty
|
||||
../modules/fish
|
||||
../modules/firefox
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue