Changes to nutmeg and flake.nix

This commit is contained in:
2021-11-19 10:26:21 -08:00
parent c2b16c0342
commit 08b2da1b6f
8 changed files with 137 additions and 93 deletions
+1 -3
View File
@@ -4,7 +4,5 @@ with lib;
{
imports = [ ./common-ui.nix ];
config = {
networking.networkmanager.enable = mkForce false;
};
networking.networkmanager.enable = mkForce false;
}