fix: zellij - theme

This commit is contained in:
Ryan Yin
2025-07-12 15:28:42 +08:00
parent 5f68f9281f
commit 649e10525e

View File

@@ -7,6 +7,9 @@ in {
enable = true;
package = pkgs.zellij;
};
xdg.configFile."zellij/config.kdl".source = ./config.kdl;
# Disable catppuccin to avoid conflict with my non-nix config.
catppuccin.zellij.enable = false;
# auto start zellij in nushell
programs.nushell.extraConfig = ''
@@ -30,6 +33,4 @@ in {
# only works in bash/zsh, not nushell
home.shellAliases = shellAliases;
programs.nushell.shellAliases = shellAliases;
xdg.configFile."zellij/config.kdl".source = ./config.kdl;
}