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
Use Noctalia theme for Helix
author
Sean Aye
date
1 week ago
(Jun 15, 2026, 11:06 PM -0400)
commit
26771114
26771114ec32e68651f01b4c476f59ec89dc88ad
parent
2891abcb
2891abcb27f51321df79cce35e1bbf7d5206b2c4
change-id
zxkowxzv
zxkowxzvwunrspqpuwwnsktvqwmvtktq
+11
-3
2 changed files
Expand all
Collapse all
Unified
Split
modules
desktop.nix
editor.nix
+10
-3
modules/desktop.nix
Reviewed
···
373
373
autoEnable = true;
374
374
flavor = "frappe";
375
375
alacritty.enable = false;
376
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
391
-
user.alacritty = {
392
392
-
input_path = "${inputs.noctalia}/assets/templates/alacritty/alacritty.toml";
393
393
-
output_path = "$XDG_CONFIG_HOME/alacritty/themes/noctalia.toml";
392
392
+
user = {
393
393
+
alacritty = {
394
394
+
input_path = "${inputs.noctalia}/assets/templates/alacritty/alacritty.toml";
395
395
+
output_path = "$XDG_CONFIG_HOME/alacritty/themes/noctalia.toml";
396
396
+
};
397
397
+
helix = {
398
398
+
input_path = "${inputs.noctalia}/assets/templates/helix/helix.toml";
399
399
+
output_path = "$XDG_CONFIG_HOME/helix/themes/noctalia.toml";
400
400
+
};
394
401
};
395
402
};
396
403
};
+1
modules/editor.nix
Reviewed
···
75
75
programs.helix = {
76
76
enable = true;
77
77
settings = {
78
78
+
theme = "noctalia";
78
79
editor = {
79
80
bufferline = "multiple";
80
81
file-picker = {