mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed a typo
This commit is contained in:
parent
729cf30d95
commit
3d13918e6d
@ -21,7 +21,7 @@
|
||||
isNormalUser = true;
|
||||
description = "Alexandre Delcamp--Enache";
|
||||
shell= pkgs.zsh;
|
||||
extraGrousp = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, inputs, ...}:
|
||||
{config, pkgs, inputs, ...}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user