me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

Use hosted Noctalia Zellij template

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