fix: remove ambiguous Unicode characters
This commit is contained in:
parent
5b7d9bfd2a
commit
726e069236
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.xserver.libinput.enable = true;
|
# 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 = {
|
users.users.matt = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "input" "adm" ];
|
extraGroups = [ "wheel" "input" "adm" ];
|
||||||
|
|
Loading…
Reference in a new issue