refactor: rename modules folder
This commit is contained in:
parent
f082ed8ac0
commit
2a80ef07bf
69 changed files with 16 additions and 16 deletions
27
configs/programs/zellij.nix
Normal file
27
configs/programs/zellij.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
home-manager.users.rafiq = {
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
attachExistingSession = true;
|
||||
settings = {
|
||||
show_startup_tips = false;
|
||||
pane_frames = false;
|
||||
keybinds.unbind = [
|
||||
"Ctrl h"
|
||||
];
|
||||
};
|
||||
};
|
||||
xdg.configFile."zellij/layouts/default.kdl".text = # kdl
|
||||
''
|
||||
layout {
|
||||
pane
|
||||
pane size=1 borderless=true {
|
||||
plugin location="tab-bar"
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="status-bar"
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue