Fix ambiguous unicode characters
This commit is contained in:
parent
18f01f0c01
commit
25e4a54ee2
@ -66,11 +66,11 @@
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
services.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.ekzyis = {
|
||||
isNormalUser = true;
|
||||
home = "/home/ekzyis";
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable 'sudo' for the user.
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user