Nix config files for my laptop and servers
0

Configure Feed

Select the types of activity you want to include in your feed.

Switch to Everforest Dark

+3 -3
+1 -1
dots/helix/config.toml
··· 1 - theme = "kanagawa" 1 + theme = "everforest_dark" 2 2 3 3 [editor] 4 4 line-number = "relative"
+1 -1
modules/home/tty/ghostty.nix
··· 6 6 font-family = "Maple Mono NF"; 7 7 font-feature = "cv09,cv10,cv42,cv43"; 8 8 font-size = "12"; 9 - theme = "Kanagawa Wave"; 9 + theme = "Everforest Dark Hard"; 10 10 }; 11 11 }; 12 12 }
+1 -1
modules/home/tty/wezterm.nix
··· 7 7 8 8 config.font_size = 12 9 9 config.font = wezterm.font 'Maple Mono NF' 10 - config.color_scheme = 'Kanagawa (Gogh)' 10 + config.color_scheme = 'Everforest Dark Hard (Gogh)' 11 11 12 12 return config 13 13 ";