mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
feat(profiles/base): add coma/command-not-found
This commit is contained in:
parent
0a97492051
commit
ca342f9aff
2 changed files with 33 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue