This commit is contained in:
Christoph Schmatzler
2025-08-11 15:31:58 +02:00
parent d42c160ea8
commit eed26292fb
6 changed files with 11 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
programs.zellij = {
enableFishIntegration = true;
};
}