From e179300899ea74865cd35fb38f7d589dcd269ecb Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 12 Sep 2024 03:13:47 +0700 Subject: m --- hosts/local/ohira/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/local/ohira/configuration.nix') 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; -- cgit v1.2.3