RoastBeefer00 / nix-home

24 stars 0 forks source link

Hi bro, can we replace the username in the nix files in such a so that we don't manually need to change the username? #1

Open chrollorifat opened 4 months ago

chrollorifat commented 4 months ago

For example,

home.username = "${whoami}";
  home.homeDirectory = "/home/${home.username}";

If you are okay with the above format, I can make pull request by making the appropriate changes everywhere.

RoastBeefer00 commented 3 months ago

Sure go for it that sounds cool