nixos/home-manager/software/ansible/default.nix
2021-12-22 18:15:15 +01:00

8 lines
84 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
ansible
ansible-lint
];
}