rm command not found

This commit is contained in:
Henry Hiles 2025-08-06 13:42:08 -04:00
commit 2bee72609d
No known key found for this signature in database
3 changed files with 6 additions and 54 deletions

View file

@ -1,7 +0,0 @@
{
inputs,
pkgs,
...
}: {
programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
}