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 hosted Noctalia Zellij template
author
Sean Aye
date
1 week ago
(Jun 16, 2026, 12:06 AM -0400)
commit
0a996bfd
0a996bfde01cff50b541ff04e77dfe20446cf751
parent
8253f5c8
8253f5c8d109a5228ec6e3f1e82fce98555e6927
change-id
ystplrxy
ystplrxyvulsqvrnxsovkuukuuovrvsk
+10
-7
2 changed files
Expand all
Collapse all
Unified
Split
flake.lock
flake.nix
+9
-6
flake.lock
Reviewed
···
801
801
"noctalia-theme-zellij": {
802
802
"flake": false,
803
803
"locked": {
804
804
-
"lastModified": 1781581969,
805
805
-
"narHash": "sha256-z5cwZohawOoLzGLCygpqpk5m/hVK7sruTckhwm9zzmM=",
806
806
-
"path": "/home/sean/dev/noctalia-theme-zellij",
807
807
-
"type": "path"
804
804
+
"lastModified": 1781582043,
805
805
+
"narHash": "sha256-hFTeg2tQvu5yKkix+ppZx9XgVIqzZXWeFpuyG1uHOu4=",
806
806
+
"ref": "refs/heads/main",
807
807
+
"rev": "efc61fdba9cfb6ed4dc22cb1e4693ca251333fee",
808
808
+
"revCount": 1,
809
809
+
"type": "git",
810
810
+
"url": "https://tangled.org/seanaye.bsky.social/noctalia-template-zellij"
808
811
},
809
812
"original": {
810
810
-
"path": "/home/sean/dev/noctalia-theme-zellij",
811
811
-
"type": "path"
813
813
+
"type": "git",
814
814
+
"url": "https://tangled.org/seanaye.bsky.social/noctalia-template-zellij"
812
815
}
813
816
},
814
817
"opencodex": {
+1
-1
flake.nix
Reviewed
···
25
25
niri.url = "github:sodiboo/niri-flake";
26
26
noctalia.url = "github:noctalia-dev/noctalia";
27
27
noctalia-theme-zellij = {
28
28
-
url = "path:/home/sean/dev/noctalia-theme-zellij";
28
28
+
url = "git+https://tangled.org/seanaye.bsky.social/noctalia-template-zellij";
29
29
flake = false;
30
30
};
31
31
nixarr.url = "github:rasmus-kirk/nixarr";