Fixed a typo

This commit is contained in:
Alexandre1a 2026-02-07 12:41:30 +01:00
parent 729cf30d95
commit 3d13918e6d
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
isNormalUser = true;
description = "Alexandre Delcamp--Enache";
shell= pkgs.zsh;
extraGrousp = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" ];
};
};
};

View File

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ...}:
{config, pkgs, inputs, ...}:
{
imports = [