add zellij
This commit is contained in:
parent
9cc503939a
commit
816129a506
2 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
./stylix.nix
|
||||
./direnv.nix
|
||||
./firefox.nix
|
||||
./zellij.nix
|
||||
];
|
||||
|
||||
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed
|
||||
|
|
6
home-manager/zellij.nix
Normal file
6
home-manager/zellij.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
exitShellOnExit = true;
|
||||
attachExistingSession = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue