modules: formatting
This commit is contained in:
parent
44afe4eff6
commit
057c79f6eb
1 changed files with 8 additions and 13 deletions
|
@ -1,21 +1,16 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
||||
users = {
|
||||
{pkgs, ...}: {
|
||||
users = {
|
||||
defaultUserShell = pkgs.nushell;
|
||||
users.notoh = {
|
||||
isNormalUser = true;
|
||||
description = "notoh";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"disk"
|
||||
"video"
|
||||
"docker"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"disk"
|
||||
"video"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue