Skip to content

Commit

Permalink
feat(home): add zellij/shpool
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 9, 2025
1 parent b5a35c5 commit 8e5fc8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions home/mlenz/programs/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,13 @@ in
shortcut = "a";
terminal = "xterm-256color";
};
programs.zellij = {
enable = opensshEnabled;
enableBashIntegration = true;
enableFishIntegration = true;
enableZshIntegration = true;
};
home.packages = with pkgs; [
shpool
];
}

0 comments on commit 8e5fc8b

Please sign in to comment.