Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
badbayan
/
nix-config
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Branch:
master
Branches
Tags
master
nix-config
/
nixos
/
common
/
command-not-found.nix
command-not-found.nix
91 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
{
config
, ... }:
{
programs-sqlite
.enable
=
config
.programs
.command
-
not
-found
.enable
;
}