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
Let Noctalia theme Alacritty
author
Sean Aye
date
1 week ago
(Jun 15, 2026, 10:49 PM -0400)
commit
d526ba9e
d526ba9e61c931f767990c58d5ea839d451f5f6d
parent
9a3642d4
9a3642d41141d089a7217ace4eabc823c8b3611b
change-id
prtyrpsl
prtyrpsltsmqkkywruzlksqpssqvtzys
+6
2 changed files
Expand all
Collapse all
Unified
Split
modules
desktop.nix
shell.nix
+5
modules/desktop.nix
Reviewed
···
372
372
enable = true;
373
373
autoEnable = true;
374
374
flavor = "frappe";
375
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
389
+
templates = {
390
390
+
enable_builtin_templates = true;
391
391
+
builtin_ids = [ "alacritty" ];
392
392
+
};
388
393
};
389
394
wallpaper = {
390
395
enabled = true;
+1
modules/shell.nix
Reviewed
···
142
142
programs.alacritty = {
143
143
enable = true;
144
144
settings = {
145
145
+
general.import = [ "~/.config/alacritty/themes/noctalia.toml" ];
145
146
terminal.shell.program = "fish";
146
147
window = {
147
148
decorations = "none";