Configure environment for Vagrant files

This commit is contained in:
Andrew Kvalheim 2022-03-19 18:20:30 -07:00
parent 38e2bcfa48
commit 702b021225
2 changed files with 2 additions and 0 deletions

View file

@ -233,6 +233,7 @@ in
"**/.direnv" = true;
"**/.parcel-cache" = true;
"**/.Trash-*" = true;
"**/.vagrant" = true;
"**/.vscode" = true;
"**/node_modules" = true;
};

View file

@ -51,6 +51,7 @@
home.file.".rubocop.yml".text = lib.generators.toYAML {} {
inherit_mode.merge = [ "Include" ];
AllCops.NewCops = "enable";
"Style/FrozenStringLiteralComment".Exclude = [ "Vagrantfile" ];
};
# File type associatoins