feat: switch tmux to zellij
This commit is contained in:
parent
af005dce39
commit
0f42cd54e7
2 changed files with 10 additions and 2 deletions
9
users/modules/programs/zellij.nix
Normal file
9
users/modules/programs/zellij.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
# package = inputs.zellij blablabla
|
||||
settings = {
|
||||
# theme = "stylix";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue