Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
badbayan
/
nix-config
Segui
1
Vota
0
Forka
0
File
Ramo (Branch):
master
Rami (Branch)
Tag
master
nix-config
/
nixos
/
common
/
command-not-found.nix
command-not-found.nix
91 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
{ config, ... }:
{
programs-sqlite.enable = config.programs.command-not-found.enable;
}