Remove Zellij from zsh
This commit is contained in:
parent
1f3178804c
commit
1a4e5103b2
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
attachExistingSession = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
programs.zellij.enable = true;
|
||||
|
||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
||||
with lib; with config.home; with config.xdg; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue