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";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -8,8 +8,8 @@
|
|||
./programs/nvf.nix
|
||||
./programs/starship.nix
|
||||
./programs/tealdeer.nix
|
||||
./programs/tmux.nix
|
||||
./programs/yazi.nix
|
||||
./programs/zellij.nix
|
||||
./programs/zsh.nix
|
||||
./scripts
|
||||
];
|
||||
|
@ -25,7 +25,6 @@
|
|||
indent_style = "space";
|
||||
indent_size = 2;
|
||||
trim_trailing_whitespace = true;
|
||||
insert_final_newline = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue