zellij: add to dotfiles

This commit is contained in:
J. Fernando Sánchez
2026-06-13 13:24:15 +02:00
parent d319564550
commit 31a2c33bb0
2 changed files with 535 additions and 4 deletions

View File

@@ -200,9 +200,9 @@ in
nvimdiff = "nvim -d";
};
# programs.starship = {
# enable = true;
# };
programs.starship = {
enable = true;
};
#programs.neovim.enable = true;
programs.neovim = {
@@ -256,7 +256,7 @@ in
fonts.fontconfig.enable = true;
xdg.configFile = lib.mkMerge (map createDotLinks [
"git" "niri" "jj" "helix" "ghostty" "starship"
"git" "niri" "jj" "helix" "ghostty" "starship" "zellij"
]);
home.file = {
".pdbrc" = { source = config.lib.file.mkOutOfStoreSymlink "${dotfiles}/python/.pdbrc";};