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
Rename Noctalia Zellij template input
author
Sean Aye
date
1 week ago
(Jun 16, 2026, 12:09 AM -0400)
commit
b4090cfb
b4090cfb0bc8ec1910f27c9aff60e588e25735e4
parent
0a996bfd
0a996bfde01cff50b541ff04e77dfe20446cf751
change-id
zxqsxsyo
zxqsxsyovxrolzvovqvulqqsqwtpwmyy
+4
-4
3 changed files
Expand all
Collapse all
Unified
Split
flake.lock
flake.nix
modules
desktop.nix
+2
-2
flake.lock
Reviewed
···
798
798
"type": "github"
799
799
}
800
800
},
801
801
-
"noctalia-theme-zellij": {
801
801
+
"noctalia-template-zellij": {
802
802
"flake": false,
803
803
"locked": {
804
804
"lastModified": 1781582043,
···
852
852
"nixos-raspberrypi": "nixos-raspberrypi",
853
853
"nixpkgs": "nixpkgs_8",
854
854
"noctalia": "noctalia",
855
855
-
"noctalia-theme-zellij": "noctalia-theme-zellij",
855
855
+
"noctalia-template-zellij": "noctalia-template-zellij",
856
856
"opencodex": "opencodex",
857
857
"trmnl-rs": "trmnl-rs",
858
858
"zen-browser": "zen-browser"
+1
-1
flake.nix
Reviewed
···
24
24
catppuccin.url = "github:catppuccin/nix";
25
25
niri.url = "github:sodiboo/niri-flake";
26
26
noctalia.url = "github:noctalia-dev/noctalia";
27
27
-
noctalia-theme-zellij = {
27
27
+
noctalia-template-zellij = {
28
28
url = "git+https://tangled.org/seanaye.bsky.social/noctalia-template-zellij";
29
29
flake = false;
30
30
};
+1
-1
modules/desktop.nix
Reviewed
···
400
400
output_path = "$XDG_CONFIG_HOME/helix/themes/noctalia.toml";
401
401
};
402
402
zellij = {
403
403
-
input_path = "${inputs.noctalia-theme-zellij}/zellij.kdl";
403
403
+
input_path = "${inputs.noctalia-template-zellij}/zellij.kdl";
404
404
output_path = "$XDG_CONFIG_HOME/zellij/themes/noctalia.kdl";
405
405
};
406
406
};