Add Zellij
This commit is contained in:
parent
d3b43db074
commit
445705fd23
1 changed files with 8 additions and 0 deletions
8
home-manager/common/software/cli/zellij.nix
Normal file
8
home-manager/common/software/cli/zellij.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
settings = '''';
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue