add config option for username
This commit is contained in:
parent
7bb5c421f6
commit
1b3e9b1b34
9 changed files with 13 additions and 13 deletions
|
@ -3,10 +3,10 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
users.twoneis = {
|
||||
users.${config.username} = {
|
||||
home = {
|
||||
username = "twoneis";
|
||||
homeDirectory = "/home/twoneis";
|
||||
homeDirectory = "/home/${config.username}";
|
||||
|
||||
stateVersion = config.hmStateVersion;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue