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

@ -22,6 +22,7 @@
../modules/nvim ../modules/nvim
../modules/lazygit ../modules/lazygit
../modules/raycast ../modules/raycast
../modules/zellij
]; ];
programs.home-manager.enable = true; programs.home-manager.enable = true;

View file

@ -91,7 +91,7 @@
} }
{ {
"if".app-id = "com.mitchellh.ghostty"; "if".app-id = "com.mitchellh.ghostty";
run = "layout tiling"; run = "layout floating";
} }
]; ];
}; };

View file

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