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";
|
visibleName = "nezia";
|
||||||
default = true;
|
default = true;
|
||||||
audibleBell = false;
|
audibleBell = false;
|
||||||
customCommand = "tmux new -A -s main";
|
|
||||||
font = "MonaspiceNe Nerd Font 14";
|
font = "MonaspiceNe Nerd Font 14";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
./git.nix
|
./git.nix
|
||||||
./gnupg.nix
|
./gnupg.nix
|
||||||
./nixvim
|
./nixvim
|
||||||
./tmux.nix
|
./zellij.nix
|
||||||
./browsers.nix
|
./browsers.nix
|
||||||
./miscellaneous.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