[nixbox] Use neovim, openssl, opencode, from pkgs-unstable.

This commit is contained in:
jmug
2026-02-27 22:22:30 -08:00
parent 9998a5eb90
commit bc1bc0792b
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -254,6 +254,9 @@ in
};
};
# Enable firewall and only allw some ports.
networking.firewall.enable = false;
system.stateVersion = "25.11"; # Did you read the comment?
}
+5
View File
@@ -3,6 +3,7 @@
inputs,
config,
pkgs,
pkgs-unstable,
ssh-agent-switcher,
user,
...
@@ -41,6 +42,7 @@ in {
# Custom options for my packages.
nvim = {
package = pkgs-unstable.neovim;
enable = true;
};
ghostty = {
@@ -79,6 +81,9 @@ in {
prismlauncher
# Misc
pkgs-unstable.opencode
pkgs-unstable.claude-code
pkgs-unstable.openssl
# zig
fastfetch
fzf