me like nix
0

Configure Feed

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

Let Noctalia theme Alacritty

author
Sean Aye
date (Jun 15, 2026, 10:49 PM -0400) commit d526ba9e parent 9a3642d4 change-id prtyrpsl
+6
+5
modules/desktop.nix
··· 372 372 enable = true; 373 373 autoEnable = true; 374 374 flavor = "frappe"; 375 + alacritty.enable = false; 375 376 }; 376 377 377 378 programs.noctalia = { ··· 385 386 mode = "dark"; 386 387 source = "builtin"; 387 388 builtin = "Catppuccin"; 389 + templates = { 390 + enable_builtin_templates = true; 391 + builtin_ids = [ "alacritty" ]; 392 + }; 388 393 }; 389 394 wallpaper = { 390 395 enabled = true;
+1
modules/shell.nix
··· 142 142 programs.alacritty = { 143 143 enable = true; 144 144 settings = { 145 + general.import = [ "~/.config/alacritty/themes/noctalia.toml" ]; 145 146 terminal.shell.program = "fish"; 146 147 window = { 147 148 decorations = "none";