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, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
programs.zellij = {
|
programs.zellij.enable = true;
|
||||||
enable = true;
|
|
||||||
attachExistingSession = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
||||||
with lib; with config.home; with config.xdg; [
|
with lib; with config.home; with config.xdg; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue