diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 4c4a868..5d901e0 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -21,7 +21,7 @@ isNormalUser = true; description = "Alexandre Delcamp--Enache"; shell= pkgs.zsh; - extraGrousp = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" ]; }; }; }; diff --git a/hosts/framework/home.nix b/hosts/framework/home.nix index cd4100a..46797f5 100644 --- a/hosts/framework/home.nix +++ b/hosts/framework/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ...}: +{config, pkgs, inputs, ...}: { imports = [