From cb97153b3c8d7b8c0e31996d27f22751323adbab Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 4 Dec 2025 13:07:19 +0000 Subject: [PATCH] Update common.nix --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 70339ba..db97871 100644 --- a/common.nix +++ b/common.nix @@ -21,7 +21,7 @@ nixpkgs.config.allowUnfree = true; # Services services.flatpak.enable = true; -# Enable networking +# Enable network-manager networking.networkmanager.enable = true; # Shell aliases