Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
badbayan
/
nix-config
Watch
1
Star
0
Fork
0
Files
Branch:
master
Branches
Tags
master
nix-config
/
nixos
/
common
/
command-not-found.nix
command-not-found.nix
91 B
Permalink
History
Raw
1
2
3
4
5
6
{
config
, ... }:
{
programs-sqlite
.enable
=
config
.programs
.command
-
not
-found
.enable
;
}