From 481f912c8a0b57f7e2f4ff8c54548ff9d8f71996 Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 16 Nov 2025 17:07:01 +0100 Subject: [PATCH] refactor: remove some comments --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 171b3d1..eb931dc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,7 +75,7 @@ users.users.aaron = { isNormalUser = true; group = "users"; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" ]; shell = pkgs.zsh; packages = with pkgs; [ tree