mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
11 lines
149 B
Nix
11 lines
149 B
Nix
_: {
|
|
services.nixos-cli = {
|
|
enable = true;
|
|
config = {
|
|
use_nvd = true;
|
|
apply = {
|
|
use_nom = true;
|
|
};
|
|
};
|
|
};
|
|
}
|