From 58b7230b8445d6cbb0a1291bbbe46863064f78d0 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Mon, 16 Dec 2024 06:13:28 +0500 Subject: [PATCH] no pkgs --- nixos/modules/user.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/user.nix b/nixos/modules/user.nix index 2b20f13..9e353d4 100644 --- a/nixos/modules/user.nix +++ b/nixos/modules/user.nix @@ -6,8 +6,6 @@ users.${user} = { isNormalUser = true; extraGroups = [ "wheel" "networkmanager" ]; - packages = with pkgs; [ - ]; }; };