fix: lib.mkDefault 5head
parent
1de6d430ed
commit
9e2727a559
|
@ -12,8 +12,8 @@
|
||||||
snowhawk.user.enable = false;
|
snowhawk.user.enable = false;
|
||||||
|
|
||||||
|
|
||||||
home.username = lib.mkDefault "zynh";
|
home.username = "zynh";
|
||||||
home.homeDirectory = lib.mkDefault "/home/zynh";
|
home.homeDirectory = "/home/zynh";
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
"${config.home.homeDirectory}/.cargo/bin"
|
"${config.home.homeDirectory}/.cargo/bin"
|
||||||
|
|
Loading…
Reference in New Issue