Zellij integration
This commit is contained in:
parent
978169e0da
commit
c2c9495db8
1 changed files with 6 additions and 2 deletions
|
|
@ -4,7 +4,12 @@ let
|
||||||
strPalette = palette.toRgbHex nixosConfig.nix-rice.rice.colorPalette;
|
strPalette = palette.toRgbHex nixosConfig.nix-rice.rice.colorPalette;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.zellij.enable = true;
|
programs.zellij = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = false;
|
||||||
|
enableBashIntegration = false;
|
||||||
|
enableFishIntegration = false;
|
||||||
|
};
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
"ze" = "zellij";
|
"ze" = "zellij";
|
||||||
|
|
@ -14,7 +19,6 @@ in
|
||||||
xdg.configFile."zellij/config.kdl".text = ''
|
xdg.configFile."zellij/config.kdl".text = ''
|
||||||
theme "nix-rice"
|
theme "nix-rice"
|
||||||
pane_frames false
|
pane_frames false
|
||||||
default_layout "compact"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
xdg.configFile."zellij/themes/nix-rice.kdl".text = ''
|
xdg.configFile."zellij/themes/nix-rice.kdl".text = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue