This website requires JavaScript.
Explore
Help
Sign in
nezia
/
flocon
Watch
1
Star
0
Fork
You've already forked flocon
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
95b89bf42e
flocon
/
home
/
common
/
shell
/
zellij.nix
11 lines
111 B
Nix
Raw
Normal View
History
Unescape
Escape
switch from tmux to zellij
2024-08-26 17:49:06 +00:00
{
.
.
.
}:
{
programs
.
zellij
=
{
enable
=
true
;
disable pane frames for zellij
2024-09-07 21:28:21 +00:00
settings
=
{
pane_frames
=
false
;
}
;
switch from tmux to zellij
2024-08-26 17:49:06 +00:00
}
;
}
Reference in a new issue
Copy permalink