add zellij

This commit is contained in:
Gabriella Bere 2025-05-06 01:51:12 +01:00
parent 9cc503939a
commit 816129a506
2 changed files with 7 additions and 0 deletions

View file

@ -21,6 +21,7 @@
./stylix.nix ./stylix.nix
./direnv.nix ./direnv.nix
./firefox.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 # 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
View file

@ -0,0 +1,6 @@
{...}: {
enable = true;
enableZshIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
}