infra/module/aspect/base/command-not-found.nix

7 lines
102 B
Nix
Raw Permalink Normal View History

2025-12-01 13:23:24 +07:00
{
den.aspects = {
base = {
programs.command-not-found.enable = false;
};
};
}