Skip to content

Commit

Permalink
refactor: remove redundant assignment of home.username in default.nix…
Browse files Browse the repository at this point in the history
… module
  • Loading branch information
yousiki committed Nov 18, 2024
1 parent cb0e871 commit 4475281
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/home/users/yousiki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ in {
message = "${namespace}.users.yousiki.email must be set";
}
];

home.username = lib.mkDefault cfg.name;
};
}

0 comments on commit 4475281

Please sign in to comment.