Skip to content

Commit

Permalink
add username and homeDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 5, 2024
1 parent 846e3d8 commit b8d867f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home.nix
@@ -1,6 +1,9 @@
{ pkgs, ... }: {
home.stateVersion = "23.11";

home.username = "brianhicks";
home.homeDirectory = "/Users/brianhicks";

home.packages = [
pkgs.xbar-pr-status
pkgs.xbar-review-request-status
Expand Down

0 comments on commit b8d867f

Please sign in to comment.