adding age pkgs

This commit is contained in:
2025-08-04 11:14:22 -07:00
parent e9769fd23f
commit 6323c5eaca
5 changed files with 6 additions and 8 deletions

View File

@@ -37,6 +37,7 @@
nmap
ocamlPackages.utop
ollama
opencode
openconnect
openssl
parted
@@ -49,8 +50,8 @@
traceroute
trippy
trivy
wireguard-tools
wget
wireguard-tools
yazi
yt-dlp
]

View File

@@ -14,7 +14,7 @@
} // lib.optionalAttrs (hostname != "buildbox") {
signing = {
signByDefault = true;
gpgPath = "/opt/1Password/op-ssh-sign";
signer = "/opt/1Password/op-ssh-sign";
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHI7zcxrwwg4VqpGduhPX31aslzXwkRXiM32+8K+aIMu";
};
extraConfig = {
@@ -24,4 +24,4 @@
};
};
};
}
}

View File

@@ -21,7 +21,7 @@
tabstop = 2;
};
diagnostics = {
diagnostic.settings = {
virtual_text = true;
update_in_insert = true;
severity_sort = true;

View File

@@ -12,9 +12,6 @@
cd = "z";
cat = "bat";
catp = "bat -p";
fk = "thefuck";
fu = "thefuck";
fuck = "thefuck";
grep = "grep --color=auto";
lg = "lazygit";
ll = "eza -la";

View File

@@ -125,7 +125,7 @@
services.printing.enable = false;
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
#hardware.pulseaudio = {
# enable = true;
# package = pkgs.pulseaudioFull;