Skip to content

Commit 5e2efcf

Browse files
committed
add vagrant to ansible
1 parent ea920c3 commit 5e2efcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

home-manager/modules/ansible/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let cfg = config.mayniklas.programs.ansible; in
1010
home.packages = with pkgs; [
1111
ansible
1212
ansible-lint
13+
vagrant
1314
];
1415

1516
programs.vscode = mkIf config.programs.vscode.enable {

0 commit comments

Comments
 (0)