collate recent changes back to master
This commit is contained in:
commit
92ed39cb83
258 changed files with 5169 additions and 16379 deletions
10
home/util/name.nix
Normal file
10
home/util/name.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
mainUser,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config.home = {
|
||||
username = mainUser;
|
||||
homeDirectory = "/home/${mainUser}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue