diff options
author | polwex <polwex@sortug.com> | 2024-09-12 03:13:47 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-12 03:13:47 +0700 |
commit | e179300899ea74865cd35fb38f7d589dcd269ecb (patch) | |
tree | d4ed77eb5c992b764d3c1bff62dbcaa5d28b4bd6 /hosts/local/ohira/configuration.nix | |
parent | 71875f0b723fb51ec59a18ee612d385702fb8765 (diff) |
m
Diffstat (limited to 'hosts/local/ohira/configuration.nix')
-rw-r--r-- | hosts/local/ohira/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix index 91d4abf..e5316f5 100644 --- a/hosts/local/ohira/configuration.nix +++ b/hosts/local/ohira/configuration.nix @@ -120,6 +120,15 @@ # thunderbird ]; }; + users.users.leo2 = { + isNormalUser = true; + description = "leo2"; + extraGroups = ["networkmanager" "wheel"]; + packages = with pkgs; [ + # firefox + # thunderbird + ]; + }; # Allow unfree packages nixpkgs.config.allowUnfree = true; |