Skip to content

Commit

Permalink
remove hard coded username
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 5, 2024
1 parent ac18ac5 commit 0e4b607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# services.xserver.libinput.enable = true;

# Define a user account. Don't forget to set a password with ‘passwd’.
users.users.william = {
users.users.${dotfiles.home.username} = {
isNormalUser = true;
description = dotfiles.home.fullname;
extraGroups = [ "networkmanager" "wheel" ];
Expand Down

0 comments on commit 0e4b607

Please sign in to comment.