me like nix
0

Configure Feed

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

Rename Noctalia Zellij template input

author
Sean Aye
date (Jun 16, 2026, 12:09 AM -0400) commit b4090cfb parent 0a996bfd change-id zxqsxsyo
+4 -4
+2 -2
flake.lock
··· 798 798 "type": "github" 799 799 } 800 800 }, 801 - "noctalia-theme-zellij": { 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 - "noctalia-theme-zellij": "noctalia-theme-zellij", 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
··· 24 24 catppuccin.url = "github:catppuccin/nix"; 25 25 niri.url = "github:sodiboo/niri-flake"; 26 26 noctalia.url = "github:noctalia-dev/noctalia"; 27 - noctalia-theme-zellij = { 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
··· 400 400 output_path = "$XDG_CONFIG_HOME/helix/themes/noctalia.toml"; 401 401 }; 402 402 zellij = { 403 - input_path = "${inputs.noctalia-theme-zellij}/zellij.kdl"; 403 + input_path = "${inputs.noctalia-template-zellij}/zellij.kdl"; 404 404 output_path = "$XDG_CONFIG_HOME/zellij/themes/noctalia.kdl"; 405 405 }; 406 406 };