Nixfiles! :3
0

Configure Feed

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

Update which helix themes

MLC Bloeiman (Jul 13, 2026, 8:03 PM +0200) 5dd270d5 1c3aeb94

+5 -7
+5 -7
home/modules/development/neovim.nix
··· 66 66 programs.helix = { 67 67 enable = true; 68 68 settings = { 69 - theme = "flatwhite"; 69 + theme = "base16_default_light"; 70 70 editor.line-number = "relative"; 71 71 editor.mouse = true; 72 72 editor.cursor-shape.insert = "bar"; ··· 77 77 "C-s" = ":write"; 78 78 }; 79 79 keys.normal.space.M = { 80 - l = ":theme flatwhite"; 81 - L = ":theme bogster_light"; 82 - g = ":theme github_dark_high_contrast"; 83 - G = ":theme rose_pine_moon"; 84 - d = ":theme iroaseta"; 85 - D = ":theme tokyonight_moon"; 80 + l = ":theme base16_default_light"; 81 + L = ":theme flatwhite"; 82 + d = ":theme tokyonight_moon"; 83 + D = ":theme iroaseta"; 86 84 }; 87 85 keys.insert = { 88 86 "C-s" = [