adds zellij
This commit is contained in:
parent
007035d2f4
commit
b9e4f64c88
3 changed files with 8 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
}
|
||||
{
|
||||
"if".app-id = "com.mitchellh.ghostty";
|
||||
run = "layout tiling";
|
||||
run = "layout floating";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
6
modules/zellij/default.nix
Normal file
6
modules/zellij/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue