mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 03:20:13 +00:00
update lockfile and fix terraform unfree issues
exclude terraform from nvim package by default
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
options.terraform.enable = lib.mkEnableOption "Terraform tools.";
|
||||
|
||||
config = lib.mkIf config.terraform.enable {
|
||||
unfreePackages = [ "terraform" ];
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
programs.fish.shellAbbrs = {
|
||||
|
Reference in New Issue
Block a user