WIP refactor
This commit is contained in:
parent
a5c14dc701
commit
4b1bf541cf
6 changed files with 95 additions and 14 deletions
9
common/users/user.nix
Normal file
9
common/users/user.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
username,
|
||||
}:
|
||||
{ config, ... }:
|
||||
{
|
||||
users.user.${username} = {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue