From 726e069236c445e9173cb0c8461fcc2172b4e459 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 13 Jun 2023 23:36:06 -0400 Subject: [PATCH] fix: remove ambiguous Unicode characters --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];