nix-config/hosts/servers/alexandria/packages.nix
2022-11-29 17:40:02 -03:00

19 lines
229 B
Nix

{ config, pkgs, lib, ... }:
{
nixpkgs.config = {
allowUnfree = true;
};
environment.systemPackages = with pkgs; [
any-nix-shell
bind
btop
git
htop
lazydocker
micro
tmux
wget
];
}