modules: formatting
This commit is contained in:
parent
44afe4eff6
commit
057c79f6eb
1 changed files with 8 additions and 13 deletions
|
@ -1,9 +1,5 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
users = {
|
||||||
...
|
|
||||||
}: {
|
|
||||||
|
|
||||||
users = {
|
|
||||||
defaultUserShell = pkgs.nushell;
|
defaultUserShell = pkgs.nushell;
|
||||||
users.notoh = {
|
users.notoh = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
@ -17,5 +13,4 @@ users = {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue