2023-05-17 17:10:18 +01:00
|
|
|
{...}: {
|
|
|
|
imports = [../work.nix];
|
2023-05-16 09:13:59 +01:00
|
|
|
# Home Manager needs a bit of information about you and the
|
|
|
|
# paths it should manage.
|
|
|
|
home.username = "elitherl";
|
|
|
|
home.homeDirectory = "/home/elitherl";
|
|
|
|
home.stateVersion = "22.11";
|
|
|
|
}
|