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

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

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