refactor: remove some comments

This commit is contained in:
2025-11-16 17:07:01 +01:00
parent ff7fc44a3b
commit 481f912c8a

View File

@@ -75,7 +75,7 @@
users.users.aaron = { users.users.aaron = {
isNormalUser = true; isNormalUser = true;
group = "users"; group = "users";
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ];
shell = pkgs.zsh; shell = pkgs.zsh;
packages = with pkgs; [ packages = with pkgs; [
tree tree