Added zellij

This commit is contained in:
2024-09-24 13:11:18 -03:00
parent 0dba310f27
commit b2a963dc29
2 changed files with 9 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
./rip.nix ./rip.nix
./starship.nix ./starship.nix
./tldr.nix ./tldr.nix
./zellij.nix
./zoxide.nix ./zoxide.nix
./zsh ./zsh
]; ];

8
home/shell/zellij.nix Normal file
View File

@@ -0,0 +1,8 @@
{...}: {
programs.zellij = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
enableZshIntegration = true;
};
}