fix: remove ambiguous Unicode characters

This commit is contained in:
matt1432 2023-06-13 23:36:06 -04:00
parent 5b7d9bfd2a
commit 726e069236

View file

@ -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" ];