Trying out zellij
This commit is contained in:
parent
10097802b3
commit
5fe35808d2
3 changed files with 17 additions and 4 deletions
lib/shared/modules
10
lib/shared/modules/zellij.nix
Normal file
10
lib/shared/modules/zellij.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
xdg.configFile."zellij/config.kdl".text = ''
|
||||
simplified_ui true
|
||||
pane_frames false
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue