Trying out zellij

This commit is contained in:
Oliver Davies 2024-08-24 23:36:39 +01:00
parent 10097802b3
commit 5fe35808d2
3 changed files with 17 additions and 4 deletions
lib/shared/modules

View file

@ -0,0 +1,10 @@
{
programs.zellij = {
enable = true;
};
xdg.configFile."zellij/config.kdl".text = ''
simplified_ui true
pane_frames false
'';
}