Update to nixos 24.05

This commit is contained in:
2024-06-15 16:02:25 +02:00
parent a42578a1b1
commit 6677d36d87
8 changed files with 22 additions and 14 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: {
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
autocd = true;
dotDir = ".config/zsh";