modules: formatting

This commit is contained in:
notohh 2023-05-17 12:57:11 -04:00
parent 44afe4eff6
commit 057c79f6eb
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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"
];
};
};
}
}