mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 01:37:56 +02:00
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:
@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user