diff options
Diffstat (limited to '')
-rw-r--r-- | nixos/modules/users/eth.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/users/eth.nix b/nixos/modules/users/eth.nix index 0f13a5d..22a4a30 100644 --- a/nixos/modules/users/eth.nix +++ b/nixos/modules/users/eth.nix @@ -5,8 +5,6 @@ let cfg = config.eth.users.eth; defaultPackages = with pkgs; [ - home-manager - ag direnv dnsutils |