test
This commit is contained in:
parent
e2f2432a2f
commit
37b710f504
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
{ lib, config, pkgs, hostname, username, desktop, hmStateVersion, ... }: {
|
{ lib, config, pkgs, hostname, username, desktop, hmStateVersion, ... }: {
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
stateVersion = hmStateVersion;
|
|
||||||
inherit username;
|
inherit username;
|
||||||
|
stateVersion = hmStateVersion;
|
||||||
|
homeDirectory = "/home/${username}";
|
||||||
|
sessionPath = [ "$HOME/.local/bin" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue