diff --git a/nixos/configuration.nix b/nixos/configuration.nix index df0b27a..8e30683 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -195,7 +195,7 @@ # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; - # Define a user account. Don't forget to set a password with ‘passwd’. + # Define a user account. Don't forget to set a password with 'passwd'. users.users.matt = { isNormalUser = true; extraGroups = [ "wheel" "input" "adm" ];