Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
badbayan
/
nix-config
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Branch:
master
Branchit
Tagit
master
nix-config
/
nixos
/
common
/
command-not-found.nix
command-not-found.nix
91 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
{ config, ... }:
{
programs-sqlite.enable = config.programs.command-not-found.enable;
}