mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
readme: use less ambiguous user name in example
The example used `user` as the username, which may be confusing. Instead use `jdoe`, which is more clearly a username.
This commit is contained in:
committed by
Robert Helgesson
parent
3627ec4de5
commit
ca7fd5a643
@@ -332,7 +332,7 @@ as follows:
|
|||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.user = import ./home.nix;
|
home-manager.users.jdoe = import ./home.nix;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user