From a7c72c557cb1ad329696891404758d6dc7021d27 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Fri, 18 Feb 2022 17:15:32 +0000 Subject: [PATCH] Fix indentation --- hosts/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index d337ac1..2fbbcc6 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -13,7 +13,7 @@ extraOptions = '' experimental-features = nix-command flakes ''; - }; + }; networking.networkmanager.enable = true; programs.nm-applet.enable = true;