mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
use zsh
This commit is contained in:
parent
cd9c91b9bc
commit
fbe299a28c
16 changed files with 67 additions and 17 deletions
10
nixcfgs/modules/nixos/programs/zsh.nix
Normal file
10
nixcfgs/modules/nixos/programs/zsh.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
histFile = "$XDG_DATA_HOME/zsh/history";
|
||||
enableCompletion = true;
|
||||
zsh-autoenv.enable = true;
|
||||
autosuggestions.enable = true;
|
||||
};
|
||||
environment.pathsToLink = ["/share/zsh"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue