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, ... }: {
|
||||
|
||||
home = {
|
||||
stateVersion = hmStateVersion;
|
||||
inherit username;
|
||||
stateVersion = hmStateVersion;
|
||||
homeDirectory = "/home/${username}";
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue