Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Oct 25, 2024
1 parent 7605912 commit 3926da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/macintosh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ with lib; {
time.timeZone = "America/Regina";

users.users.${config.my.username} = {
shell = pgs.zsh;
shell = pkgs.zsh;
home = config.my.homeDirectory;
};
home-manager.backupFileExtension = "backup";
Expand Down

0 comments on commit 3926da9

Please sign in to comment.