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;
|
||||
in
|
||||
{
|
||||
programs.zellij.enable = true;
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
enableBashIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
"ze" = "zellij";
|
||||
|
|
@ -14,7 +19,6 @@ in
|
|||
xdg.configFile."zellij/config.kdl".text = ''
|
||||
theme "nix-rice"
|
||||
pane_frames false
|
||||
default_layout "compact"
|
||||
'';
|
||||
|
||||
xdg.configFile."zellij/themes/nix-rice.kdl".text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue