mass reformat

This commit is contained in:
notgne2 2022-10-03 17:08:32 -07:00
parent ed1c53e94c
commit 9cb456ad60
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
25 changed files with 1216 additions and 1043 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}: {
users.users.chekkie = {
isNormalUser = true;
useDefaultShell = true;

View file

@ -1,6 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}: {
# config for me
users.users.glooder = {
isNormalUser = true;

View file

@ -1,7 +1,10 @@
{ config, pkgs, lib, ... }:
{
nix.trustedUsers = [ "notgne2" ];
config,
pkgs,
lib,
...
}: {
nix.trustedUsers = ["notgne2"];
users.users.notgne2 = {
isNormalUser = true;