home manager in nixos doesnt need username or home directory declared.
This commit is contained in:
parent
b86d9836ab
commit
0f3e6821b2
|
@ -21,8 +21,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.username = "gabe";
|
||||
home.homeDirectory = /home/gabe;
|
||||
imports = [
|
||||
../../modules/home-manager/terminal
|
||||
../../modules/home-manager/nvim
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.username = "gabe";
|
||||
home.homeDirectory = /home/gabe;
|
||||
imports = [
|
||||
../../modules/home-manager/terminal
|
||||
../../modules/home-manager/nvim
|
||||
|
|
Loading…
Reference in a new issue