Files
nixos/hosts/common/core/packages.nix
T
2026-06-30 04:26:40 +03:00

18 lines
184 B
Nix

{ congif, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
age
bat
bind
btop
git
jq
openssl
ripgrep
tmux
tree
vim
wget
];
}