nix: +nixosModules.command-not-found

This commit is contained in:
Primrose 2024-10-30 20:50:33 +01:00
parent fc7af7f9b1
commit 433a333be6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,6 @@ let
{
nixpkgs.hostPlatform = system;
system.stateVersion = "24.05";
programs.command-not-found.enable = false;
}
nixpkgsConfig