1
0
Fork 0

Use commant-not-found db

This commit is contained in:
Malte Brandy 2021-11-19 18:10:42 +01:00
parent c617ff672b
commit ca90b0ed0a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 4 additions and 4 deletions

View file

@ -15,10 +15,6 @@
programs = {
home-manager.enable = true;
nix-index = {
enable = true;
enableZshIntegration = true;
};
exa = {
enable = true;
enableAliases = true;

View file

@ -114,6 +114,10 @@
};
};
programs = {
command-not-found.dbPath = "${builtins.fetchTarball {
url = "https://releases.nixos.org/nixos/unstable/nixos-21.11pre331460.931ab058dab/nixexprs.tar.xz";
sha256 = "10dmf56j95ba5pj03qrh059mbb72qj2cbyi9gnlkafgmvnyc97v7";
}}/programs.sqlite";
zsh = {
enable = true;
autosuggestions.enable = true;