2024-04-16 21:02:33 -04:00
|
|
|
{inputs, ...}: {
|
|
|
|
systemd.user.startServices = "sd-switch";
|
|
|
|
programs.home-manager.enable = true;
|
2023-03-19 19:31:25 -04:00
|
|
|
|
2024-04-16 21:02:33 -04:00
|
|
|
home = {
|
|
|
|
username = "notoh";
|
|
|
|
homeDirectory = "/home/notoh";
|
|
|
|
stateVersion = "23.05";
|
2023-05-17 08:57:12 -04:00
|
|
|
};
|
2023-04-23 17:45:37 -04:00
|
|
|
}
|