Archived
1
0
forked from rarias/bscpkgs

Enable zsh and fix key bindings

This commit is contained in:
2023-09-03 11:51:53 +02:00
parent a242ddd39c
commit d8d6d6d421
2 changed files with 90 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
./users.nix
./watchdog.nix
./rev.nix
./zsh.nix
];
nixpkgs.overlays = [
@@ -73,9 +74,6 @@
nix.gc.dates = "weekly";
nix.gc.options = "--delete-older-than 30d";
programs.zsh.enable = true;
programs.zsh.histSize = 100000;
programs.bash.promptInit = ''
PS1="\h\\$ "
'';