Reorganize files
This commit is contained in:
parent
2fc4f2dd4a
commit
a32dfc1089
32 changed files with 260 additions and 398 deletions
8
modules/common/command-not-found.nix
Normal file
8
modules/common/command-not-found.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.command-not-found.dbPath = "/etc/programs.sqlite";
|
||||
environment.etc."programs.sqlite".source = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue