From 143b3e3441ef76c882850f53a4d9c43c9fb54e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Tue, 26 Mar 2024 16:33:59 -0400 Subject: [PATCH] fix a typo --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 96a9549..ad5014b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -101,7 +101,7 @@ # User account. Set a password with ‘passwd’ users.users.alexuty = { isNormalUser = true; - description = "Alex Santiago"; + description = "Álex Santiago"; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ anki-bin