Skip to content

Commit

Permalink
fix: correct missing username references
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 11, 2024
1 parent 8d8a187 commit 8ea2595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/asahi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ in {
# ../../modules/keyboard-dev.nix
{
home = {
username = "${userName}";
homeDirectory = "/home/${userName}";
username = "${user}";
homeDirectory = "/home/${user}";

# alias wl-copy to pbcopy and pbpaste
file."bin/pbcopy".source = "${pkgs.wl-clipboard}/bin/wl-copy";
Expand Down

0 comments on commit 8ea2595

Please sign in to comment.