chore: upgrade to NixOS 25.05
This commit is contained in:
parent
1ace6186cf
commit
418fc173e6
14 changed files with 99 additions and 82 deletions
home/shell
|
@ -4,6 +4,7 @@
|
|||
programs.zellij.enable = true;
|
||||
programs.zellij.package = pkgs.unstable.zellij;
|
||||
programs.zellij.enableZshIntegration = true;
|
||||
programs.zellij.exitShellOnExit = true;
|
||||
programs.zellij.settings = {
|
||||
default_layout = "compact"; # or default
|
||||
default_mode = "normal";
|
||||
|
@ -17,8 +18,4 @@
|
|||
strider.path = "strider";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
ZELLIJ_AUTO_EXIT = "true";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ in
|
|||
file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh";
|
||||
}
|
||||
];
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue