alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Reference Noctalia Alacritty template
author
Sean Aye
date
1 week ago
(Jun 15, 2026, 11:01 PM -0400)
commit
2891abcb
2891abcb27f51321df79cce35e1bbf7d5206b2c4
parent
a2534ee0
a2534ee028c6844a59cfbaebeb7476f653325f5e
change-id
zlkqyqrz
zlkqyqrzyyroynkuuzzmlkuttptlkxrs
+1
-69
1 changed file
Expand all
Collapse all
Unified
Split
modules
desktop.nix
+1
-69
modules/desktop.nix
Reviewed
···
389
389
templates = {
390
390
enable_builtin_templates = true;
391
391
user.alacritty = {
392
392
-
input_path = "templates/alacritty.toml";
392
392
+
input_path = "${inputs.noctalia}/assets/templates/alacritty/alacritty.toml";
393
393
output_path = "$XDG_CONFIG_HOME/alacritty/themes/noctalia.toml";
394
394
};
395
395
};
···
406
406
};
407
407
};
408
408
};
409
409
-
410
410
-
xdg.configFile."noctalia/templates/alacritty.toml".text = ''
411
411
-
[colors.primary]
412
412
-
background = '{{colors.terminal_background.default.hex}}'
413
413
-
foreground = '{{colors.terminal_foreground.default.hex}}'
414
414
-
415
415
-
[colors.cursor]
416
416
-
text = '{{colors.terminal_cursor_text.default.hex}}'
417
417
-
cursor = '{{colors.terminal_cursor.default.hex}}'
418
418
-
419
419
-
[colors.vi_mode_cursor]
420
420
-
text = '{{colors.background.default.hex}}'
421
421
-
cursor = '{{colors.primary.default.hex}}'
422
422
-
423
423
-
[colors.search.matches]
424
424
-
foreground = '{{colors.surface_variant.default.hex}}'
425
425
-
background = '{{colors.tertiary.default.hex}}'
426
426
-
427
427
-
[colors.search.focused_match]
428
428
-
foreground = '{{colors.surface_variant.default.hex}}'
429
429
-
background = '{{colors.primary.default.hex}}'
430
430
-
431
431
-
[colors.footer_bar]
432
432
-
foreground = '{{colors.surface_variant.default.hex}}'
433
433
-
background = '{{colors.inverse_surface.default.hex}}'
434
434
-
435
435
-
[colors.hints.start]
436
436
-
foreground = '{{colors.surface_variant.default.hex}}'
437
437
-
background = '{{colors.secondary.default.hex}}'
438
438
-
439
439
-
[colors.hints.end]
440
440
-
foreground = '{{colors.surface_variant.default.hex}}'
441
441
-
background = '{{colors.secondary.default.hex}}'
442
442
-
443
443
-
[colors.selection]
444
444
-
text = '{{colors.terminal_selection_fg.default.hex}}'
445
445
-
background = '{{colors.terminal_selection_bg.default.hex}}'
446
446
-
447
447
-
[colors.normal]
448
448
-
black = '{{colors.terminal_normal_black.default.hex}}'
449
449
-
red = '{{colors.terminal_normal_red.default.hex}}'
450
450
-
green = '{{colors.terminal_normal_green.default.hex}}'
451
451
-
yellow = '{{colors.terminal_normal_yellow.default.hex}}'
452
452
-
blue = '{{colors.terminal_normal_blue.default.hex}}'
453
453
-
magenta = '{{colors.terminal_normal_magenta.default.hex}}'
454
454
-
cyan = '{{colors.terminal_normal_cyan.default.hex}}'
455
455
-
white = '{{colors.terminal_normal_white.default.hex}}'
456
456
-
457
457
-
[colors.bright]
458
458
-
black = '{{colors.terminal_bright_black.default.hex}}'
459
459
-
red = '{{colors.terminal_bright_red.default.hex}}'
460
460
-
green = '{{colors.terminal_bright_green.default.hex}}'
461
461
-
yellow = '{{colors.terminal_bright_yellow.default.hex}}'
462
462
-
blue = '{{colors.terminal_bright_blue.default.hex}}'
463
463
-
magenta = '{{colors.terminal_bright_magenta.default.hex}}'
464
464
-
cyan = '{{colors.terminal_bright_cyan.default.hex}}'
465
465
-
white = '{{colors.terminal_bright_white.default.hex}}'
466
466
-
467
467
-
[colors.dim]
468
468
-
black = '{{colors.terminal_normal_black.default.hex}}'
469
469
-
red = '{{colors.terminal_normal_red.default.hex}}'
470
470
-
green = '{{colors.terminal_normal_green.default.hex}}'
471
471
-
yellow = '{{colors.terminal_normal_yellow.default.hex}}'
472
472
-
blue = '{{colors.terminal_normal_blue.default.hex}}'
473
473
-
magenta = '{{colors.terminal_normal_magenta.default.hex}}'
474
474
-
cyan = '{{colors.terminal_normal_cyan.default.hex}}'
475
475
-
white = '{{colors.terminal_normal_white.default.hex}}'
476
476
-
'';
477
409
478
410
# Wallpaper downloads
479
411
home.activation.downloadWallpapers =