msiserver: use user module
This commit is contained in:
parent
727b016567
commit
c945d00f61
1 changed files with 1 additions and 4 deletions
|
@ -9,12 +9,9 @@
|
|||
enable = true;
|
||||
package = inputs.neovim-overlay.packages.${pkgs.system}.default;
|
||||
};
|
||||
snowhawk.user.enable = false;
|
||||
snowhawk.defaultPrograms.enable = false;
|
||||
|
||||
|
||||
home.username = "zynh";
|
||||
home.homeDirectory = "/home/zynh";
|
||||
snowhawk.user.username = "zynh";
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
|
|
Loading…
Reference in a new issue