Skip to content

Commit

Permalink
Fix home directory for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Andersson authored and skogsbrus committed May 19, 2023
1 parent 8047649 commit ad3b4ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/airm2/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{ pkgs, ... }:
{
users.users.johanan = {
name = "johanan";
home = "/Users/johanan";
};

services.nix-daemon.enable = true;
programs.zsh.enable = true;
}

0 comments on commit ad3b4ba

Please sign in to comment.