8 lines
141 B
Nix
8 lines
141 B
Nix
|
{...}: {
|
||
|
home-manager.users.root = {
|
||
|
home.username = "root";
|
||
|
home.homeDirectory = "/root";
|
||
|
home.stateVersion = "22.11";
|
||
|
};
|
||
|
}
|