Fix ambiguous unicode characters

This commit is contained in:
ekzyis 2025-07-14 00:35:31 +02:00
parent 18f01f0c01
commit 25e4a54ee2

View File

@ -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; [
];
};