adds zellij

This commit is contained in:
Dennis Schoepf 2025-12-03 23:01:04 +01:00
parent 007035d2f4
commit b9e4f64c88
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{
programs.zellij = {
enable = true;
enableFishIntegration = true;
};
}