From 3d13918e6dc2589bb11cdcee5747cac47a884f07 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Sat, 7 Feb 2026 12:41:30 +0100 Subject: [PATCH] Fixed a typo --- hosts/framework/configuration.nix | 2 +- hosts/framework/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = [