fixed EVEN MORE splling errors

This commit is contained in:
Charlie Root 2024-04-10 19:31:40 +02:00
commit 27fbf86325
5 changed files with 7 additions and 5 deletions

View file

@ -19,7 +19,7 @@ in {
config = mkIf cfg.enable {
programs.zsh.enable = true;
user.users.${username}.shell = pkgs.zsh;
users.users.${username}.shell = pkgs.zsh;
environment = {
shells = [ pkgs.zsh ];
pathsToLink = [ "/share/zsh" ];