Revert "nix: Use flake-programs-sqlite for command-not-found"

Would rather not deal with an additional flake input here to keep things
simple.
This commit is contained in:
Donovan Glover
2024-07-18 14:31:46 -04:00
parent f1ee89ddc8
commit 2de95cbfaf
3 changed files with 2 additions and 43 deletions

View File

@ -11,7 +11,6 @@ in
{
imports = attrValues {
inherit (nix-config.inputs.home-manager.nixosModules) home-manager;
inherit (nix-config.inputs.flake-programs-sqlite.nixosModules) programs-sqlite;
};
options.modules.system = {
@ -261,5 +260,7 @@ in
gnome.excludePackages = with pkgs; [ gnome-tour ];
};
programs.command-not-found.enable = false;
};
}