me like nix
0

Configure Feed

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

Fix zellij theme directory setup

author
Sean Aye
date (Jun 16, 2026, 10:30 AM -0400) commit be10f830 parent d84f28c6 change-id mypnwpuo
+4 -1
+4 -1
modules/shell.nix
··· 57 57 pane_frames = false; 58 58 show_startup_tips = false; 59 59 theme = "noctalia"; 60 - theme_dir = "~/.config/zellij/themes"; 60 + theme_dir = "${config.xdg.configHome}/zellij/themes"; 61 61 ui = { 62 62 pane_frames.hide_session_name = true; 63 63 }; 64 64 }; 65 65 }; 66 + 67 + # Ensure the theme directory exists before noctalia writes its generated theme. 68 + xdg.configFile."zellij/themes/.keep".text = ""; 66 69 67 70 xdg.configFile."zellij/plugins/zrpc.wasm".source = "${zrpc-wasm pkgs}/zrpc.wasm"; 68 71 xdg.configFile."zellij/plugins/harpoon.wasm".source = "${harpoon-wasm pkgs}/harpoon.wasm";