From 1f3e4b6ad522a186d2b693953b4c6f5ab1e892b7 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 2 Dec 2022 08:10:15 +0000 Subject: add editorconfig and alejandra --- users/seth/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'users/seth/default.nix') diff --git a/users/seth/default.nix b/users/seth/default.nix index ef6cba4..15ddbfa 100644 --- a/users/seth/default.nix +++ b/users/seth/default.nix @@ -1,12 +1,15 @@ -{ config, pkgs, modulesPath, ...}: - { + config, + pkgs, + modulesPath, + ... +}: { imports = [ "${modulesPath}/profiles/minimal.nix" ]; users.users.seth = { - extraGroups = [ "wheel" ]; + extraGroups = ["wheel"]; isNormalUser = true; hashedPassword = "***REMOVED***"; shell = pkgs.bash; -- cgit v1.2.3