summaryrefslogtreecommitdiff
path: root/users/seth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/default.nix')
-rw-r--r--users/seth/default.nix9
1 files changed, 6 insertions, 3 deletions
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;