feat(profiles/base): add coma/command-not-found

This commit is contained in:
Luj 2024-08-21 23:26:51 +02:00
parent 0a97492051
commit ca342f9aff
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 33 additions and 0 deletions

View file

@ -52,6 +52,7 @@
kitty
tailscale
step-cli
comma-with-db
];
environment.variables.EDITOR = "nvim";
@ -63,6 +64,12 @@
services.tailscale.enable = true;
programs.command-not-found.enable = false;
programs.nix-index = {
enable = true;
package = pkgs.nix-index-with-db;
};
age.identityPaths = [
"/etc/ssh/ssh_host_ed25519_key"
"/persistent/etc/ssh/ssh_host_ed25519_key"