This commit is contained in:
cy 2024-12-25 04:58:40 +00:00
parent 602ff534b2
commit 372ff20917
3 changed files with 13 additions and 20 deletions

View file

@ -26,6 +26,9 @@
programs.command-not-found.enable = false;
programs.nix-index.enable = true;
users.users.yt.shell = pkgs.fish;
programs.fish.enable = true;
users.users.yt.shell = pkgs.zsh;
programs.zsh.enable = true;
# needed for zsh.enableCompletion to work
environment.pathsToLink = [ "/share/zsh" ];
}