fix: lib.mkDefault 5head
This commit is contained in:
parent
1de6d430ed
commit
9e2727a559
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
snowhawk.user.enable = false;
|
||||
|
||||
|
||||
home.username = lib.mkDefault "zynh";
|
||||
home.homeDirectory = lib.mkDefault "/home/zynh";
|
||||
home.username = "zynh";
|
||||
home.homeDirectory = "/home/zynh";
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
|
|
Loading…
Reference in a new issue