From 4abb25ea7d3876899e641a8a16281203bd164d53 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 23 Sep 2023 15:41:49 -0400 Subject: initial config for all 3 systems --- users/jon.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 users/jon.nix (limited to 'users') diff --git a/users/jon.nix b/users/jon.nix new file mode 100644 index 0000000..da8c84e --- /dev/null +++ b/users/jon.nix @@ -0,0 +1,14 @@ +{ inputs, pkgs, ... }: +{ + users.users.jon = { + isNormalUser = true; + description = "jon"; + extraGroups = [ + "networkmanager" + "wheel" + "video" + ]; + packages = with pkgs; []; + }; + +} -- cgit v1.2.1