From f18d98a1c49d4f3c69e345255b42bd66fd3d7aae Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 15 Aug 2025 19:29:02 +0200 Subject: fix: remove unused networkmanager plugins The network manager plugins pulled in GTK on tente. This gets rid of 186 packages on tente and 50 on ev. --- nixos/profiles/common/basics.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/profiles') diff --git a/nixos/profiles/common/basics.nix b/nixos/profiles/common/basics.nix index 4ef0c14..3f1859c 100644 --- a/nixos/profiles/common/basics.nix +++ b/nixos/profiles/common/basics.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ lib, config, pkgs, ... }: { environment.systemPackages = with pkgs; [ @@ -33,4 +33,7 @@ ZDOTDIR = "${config}/zsh"; }; + + # By default installs plugins that pull in GTK. + networking.networkmanager.plugins = lib.mkForce []; } -- cgit v1.2.3