remove zellij

This commit is contained in:
Bit Borealis 2023-08-28 02:58:32 +00:00
parent 71531f5e66
commit 034a8698fd
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 0 additions and 11 deletions

View File

@ -170,17 +170,6 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
enable = true;
};
programs.home-manager.enable = true;
programs.zellij = {
enable = true;
settings = {
ui = {
pane_frames = {
hide_session_name = true;
rounded_corners = true;
};
};
};
};
programs.zoxide = {
enable = true;
enableFishIntegration = true;