switch from tmux to zellij
This commit is contained in:
parent
57536bcfbc
commit
2475be407d
3 changed files with 9 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
visibleName = "nezia";
|
||||
default = true;
|
||||
audibleBell = false;
|
||||
customCommand = "tmux new -A -s main";
|
||||
font = "MonaspiceNe Nerd Font 14";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
./git.nix
|
||||
./gnupg.nix
|
||||
./nixvim
|
||||
./tmux.nix
|
||||
./zellij.nix
|
||||
./browsers.nix
|
||||
./miscellaneous.nix
|
||||
];
|
||||
|
|
8
home/base/programs/zellij.nix
Normal file
8
home/base/programs/zellij.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue