me like nix
0

Configure Feed

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

Use Noctalia theme for Helix

author
Sean Aye
date (Jun 15, 2026, 11:06 PM -0400) commit 26771114 parent 2891abcb change-id zxkowxzv
+11 -3
+10 -3
modules/desktop.nix
··· 373 373 autoEnable = true; 374 374 flavor = "frappe"; 375 375 alacritty.enable = false; 376 + helix.enable = false; 376 377 }; 377 378 378 379 programs.noctalia = { ··· 388 389 builtin = "Catppuccin"; 389 390 templates = { 390 391 enable_builtin_templates = true; 391 - user.alacritty = { 392 - input_path = "${inputs.noctalia}/assets/templates/alacritty/alacritty.toml"; 393 - output_path = "$XDG_CONFIG_HOME/alacritty/themes/noctalia.toml"; 392 + user = { 393 + alacritty = { 394 + input_path = "${inputs.noctalia}/assets/templates/alacritty/alacritty.toml"; 395 + output_path = "$XDG_CONFIG_HOME/alacritty/themes/noctalia.toml"; 396 + }; 397 + helix = { 398 + input_path = "${inputs.noctalia}/assets/templates/helix/helix.toml"; 399 + output_path = "$XDG_CONFIG_HOME/helix/themes/noctalia.toml"; 400 + }; 394 401 }; 395 402 }; 396 403 };
+1
modules/editor.nix
··· 75 75 programs.helix = { 76 76 enable = true; 77 77 settings = { 78 + theme = "noctalia"; 78 79 editor = { 79 80 bufferline = "multiple"; 80 81 file-picker = {