mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
chore: Disable command-not-found by default
Unfortunately command-not-found only works for channels and doesn't have first-class support for flakes yet, and nix-index takes forever to build the database on slower machines, so I'd rather just disable this by default.
This commit is contained in:
parent
7649c658b7
commit
0033dfceb0
@ -218,6 +218,8 @@ in
|
||||
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
||||
];
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
environment.defaultPackages = [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user