12 lines
223 B
Nix
12 lines
223 B
Nix
_: {
|
|
imports = [ ../../home ];
|
|
|
|
systemd.user.startServices = "sd-switch";
|
|
programs.home-manager.enable = true;
|
|
|
|
home = {
|
|
username = "notoh";
|
|
homeDirectory = "/home/notoh";
|
|
stateVersion = "23.05";
|
|
};
|
|
}
|