[nixbox] Use neovim, openssl, opencode, from pkgs-unstable.
This commit is contained in:
@@ -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?
|
system.stateVersion = "25.11"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
inputs,
|
inputs,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
pkgs-unstable,
|
||||||
ssh-agent-switcher,
|
ssh-agent-switcher,
|
||||||
user,
|
user,
|
||||||
...
|
...
|
||||||
@@ -41,6 +42,7 @@ in {
|
|||||||
|
|
||||||
# Custom options for my packages.
|
# Custom options for my packages.
|
||||||
nvim = {
|
nvim = {
|
||||||
|
package = pkgs-unstable.neovim;
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
ghostty = {
|
ghostty = {
|
||||||
@@ -79,6 +81,9 @@ in {
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
|
pkgs-unstable.opencode
|
||||||
|
pkgs-unstable.claude-code
|
||||||
|
pkgs-unstable.openssl
|
||||||
# zig
|
# zig
|
||||||
fastfetch
|
fastfetch
|
||||||
fzf
|
fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user