Commits: 3

added arleen as admin

index 5d6f014..467d7b3 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -105,6 +105,15 @@
=    extraGroups = [ "networkmanager" "wheel" ];
=  };
=
+ users.user.arleen = {
+	isNormalUser = true;
+	description = "Arleen";
+	extraGroups = [ "networkmanager" "wheel" ];
+ };
+
+
+
+
=  # Install firefox.
=  programs.firefox.enable = true;
=

added arleen as admin

index 467d7b3..4287c5b 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -105,7 +105,7 @@
=    extraGroups = [ "networkmanager" "wheel" ];
=  };
=
- users.user.arleen = {
+ users.users.arleen = {
=	isNormalUser = true;
=	description = "Arleen";
=	extraGroups = [ "networkmanager" "wheel" ];

Add user account for Fana

index 4287c5b..2b5b4ba 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -111,6 +111,13 @@
=	extraGroups = [ "networkmanager" "wheel" ];
= };
=
+ 
+ users.users.fana = {
+	isNormalUser = true;
+	description = "Fana";
+	extraGroups = [ "networkmanager" "wheel" ];
+ };
+
=
=
=