summaryrefslogtreecommitdiff
path: root/modules/home-manager/ansible.nix
blob: 67aff1cb64e78efea7024dca5014cd6f7237de9b (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:
{
	home.packages = with pkgs; [
	    ansible-language-server
	    ansible-lint
	];
}