1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
This commit is contained in:
andrey_varnavskiy
2024-12-16 06:13:28 +05:00
parent a1dbfe7e90
commit 58b7230b84

View File

@@ -6,8 +6,6 @@
users.${user} = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
packages = with pkgs; [
];
};
};