From 8db7310ab88d4e9db20c84775dc212bd2fad809f Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Tue, 28 Jan 2025 17:29:58 -0500 Subject: [PATCH] remove useless switch.enableNg --- nixosModules/misc.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixosModules/misc.nix b/nixosModules/misc.nix index d0188cb..9558980 100644 --- a/nixosModules/misc.nix +++ b/nixosModules/misc.nix @@ -81,7 +81,5 @@ documentation.nixos.enable = false; # Useless with flakes (without configuring) programs.command-not-found.enable = false; - - system.switch.enableNg = true; }; }