From 1a15c266419bb14ae93ba90ee926ae530e2656c7 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 29 Sep 2023 20:41:44 +0200 Subject: [PATCH] feat: add network manager to laptop --- hosts/laptop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index af46cb3..441d8cd 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -50,6 +50,8 @@ ]; }; + networking.networkmanager.enable = true; + programs = { # No xbacklight, this is the alterantive light.enable = true; }; -- 2.48.1