From 07309e678c78ec1dfcfbefec6112b64dde9f1721 Mon Sep 17 00:00:00 2001 From: fleaz Date: Tue, 4 Feb 2025 23:04:28 +0100 Subject: [PATCH] home-manager: Actually include files for nm-applet and blueman-applet --- home-manager/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/default.nix b/home-manager/default.nix index 29b03fc..e372428 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -28,6 +28,8 @@ in modules/manual.nix modules/tig.nix modules/mako.nix + modules/nm-applet.nix + modules/blueman-applet.nix ../secrets/ssh-config.nix ] ++ lib.optionals (config.networking.hostName == "smithers") [ modules/kanshi.nix