remove useless switch.enableNg

This commit is contained in:
Gerg-L 2025-01-28 17:29:58 -05:00
parent a85607d1c0
commit 8db7310ab8
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -81,7 +81,5 @@
documentation.nixos.enable = false; documentation.nixos.enable = false;
# Useless with flakes (without configuring) # Useless with flakes (without configuring)
programs.command-not-found.enable = false; programs.command-not-found.enable = false;
system.switch.enableNg = true;
}; };
} }