From ee8e9988351bd258f725fe73b5ee2964583c533f Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 21 Sep 2025 15:05:45 -0500 Subject: [PATCH] fix(nix): enable nm-applet --- nix/hosts/minji/sys.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/hosts/minji/sys.nix b/nix/hosts/minji/sys.nix index 3e78c0d..e8ca534 100644 --- a/nix/hosts/minji/sys.nix +++ b/nix/hosts/minji/sys.nix @@ -209,6 +209,8 @@ }; }; + programs.nm-applet.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave