Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
badbayan
/
nix-config
Seguir
1
Destacar
0
Fork
0
Archivos
Rama:
master
Ramas
Etiquetas
master
nix-config
/
nixos
/
common
/
command-not-found.nix
command-not-found.nix
91 B
Permalink
Histórico
Raw
1
2
3
4
5
6
{
config
, ... }:
{
programs-sqlite
.enable
=
config
.programs
.command
-
not
-found
.enable
;
}