From fe0e613928323f9dc538f1bdea8138456abffc4b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 17 Sep 2024 18:14:22 +0200 Subject: create nix configuration --- common/users.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/users.nix (limited to 'common/users.nix') diff --git a/common/users.nix b/common/users.nix new file mode 100644 index 0000000..5046d0a --- /dev/null +++ b/common/users.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: +{ + users.n8 = { + isNormalUser = true; + extraGroups = [ + "wheel" + "networkmanager" + ]; + shell = pkgs.zsh; + }; +} -- cgit v1.2.3-70-g09d2