Fix undetected allowUnfree shenanigans

This commit is contained in:
Greg Hellings
2025-02-04 08:21:58 -06:00
parent 4d39514d80
commit a2c7890c4d
4 changed files with 5 additions and 12 deletions
+1 -9
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
let
vim-xonsh = pkgs.vimUtils.buildVimPlugin {
name = "vim-xonsh";
@@ -86,10 +86,6 @@ in
name = "buffer";
group_index = 2;
}
{
name = "copilot-vim";
group_index = 2;
}
{
name = "path";
gruop_index = 3;
@@ -104,10 +100,6 @@ in
};
};
};
copilot-vim = {
enable = (config.nixpkgs.config ? "allowUnfree" && config.nixpkgs.config.allowUnfree);
settings.workspace_folders = [ "~/src/ivr" ];
};
direnv.enable = true;
gitgutter.enable = true;
fugitive.enable = true;