From 318afdf9a89c2834f143c45366fb07424c591e29 Mon Sep 17 00:00:00 2001 From: Daanish Syed Date: Thu, 2 Jul 2026 13:05:18 +0100 Subject: [PATCH] fix unicode chars in comment --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 1a2438c..d058109 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -28,7 +28,7 @@ useXkbConfig = 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.me = { isNormalUser = true; shell = pkgs.fish;