7 lines
102 B
Nix
7 lines
102 B
Nix
|
|
{
|
||
|
|
den.aspects = {
|
||
|
|
base = {
|
||
|
|
programs.command-not-found.enable = false;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|