Initial commit
This commit is contained in:
commit
ea1a31f442
37 changed files with 875 additions and 0 deletions
6
roles/common/programs/command-not-found.nix
Executable file
6
roles/common/programs/command-not-found.nix
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
# The nixpkgs command-not-found script does not work with flakes, so I disable it
|
||||
programs.command-not-found.enable = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue