adds zellij
This commit is contained in:
parent
007035d2f4
commit
b9e4f64c88
3 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"if".app-id = "com.mitchellh.ghostty";
|
"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