This commit is contained in:
2025-08-12 19:08:49 +00:00
parent f9a85fc581
commit 6cbfbd78c4
47 changed files with 188 additions and 175 deletions

View File

@@ -0,0 +1,5 @@
{
imports = [
./terminal/zellij.nix
];
}

View File

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