From f1695bd4c40b924f8fb220cfd8bb68b20805bfda Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 21 Jun 2026 21:39:14 +0200 Subject: modules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-local --- modules/by-name/nv/nvim/plgs/nvim-cmp/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/by-name/nv/nvim/plgs/nvim-cmp') diff --git a/modules/by-name/nv/nvim/plgs/nvim-cmp/default.nix b/modules/by-name/nv/nvim/plgs/nvim-cmp/default.nix index 315f3fc7..48883bd3 100644 --- a/modules/by-name/nv/nvim/plgs/nvim-cmp/default.nix +++ b/modules/by-name/nv/nvim/plgs/nvim-cmp/default.nix @@ -14,6 +14,12 @@ }: let cfg = config.soispha.programs.nvim; in { + soispha.nixpkgs.unfreePackageNames = [ + # the plugin is lacking an license and is thus unfree, effectively + # its okay though (TODO: investigate <2026-05-11>)? + "cmp-calc" + ]; + home-manager.users.soispha.programs.nixvim = lib.mkIf cfg.enable { opts.completeopt = [ "menu" # Show completions in a menu -- cgit v1.3.1