This commit is contained in:
2024-04-20 12:29:03 +02:00
parent 93b01ba03c
commit ed220a6266
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ in {
]; ];
programs.zsh = { programs.zsh = {
enable = true; # enable = true;
enableCompletion = true; enableCompletion = true;
history.size = 10000000; history.size = 10000000;

View File

@@ -10,7 +10,7 @@
# I use zsh btw # I use zsh btw
environment.shells = with pkgs; [ bash zsh ]; environment.shells = with pkgs; [ bash zsh ];
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
# programs.zsh.enable = true; programs.zsh.enable = true;
# Configure console keymap # Configure console keymap
console.keyMap = "pl2"; console.keyMap = "pl2";