This commit is contained in:
iFargle 2023-08-23 21:43:11 +09:00
parent e2f2432a2f
commit 37b710f504

View file

@ -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 = [