Allow unfree packages in home-manager
This commit is contained in:
@@ -7,6 +7,7 @@ let
|
||||
system = pkgs.system;
|
||||
in
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate = (_: true);
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.default
|
||||
./modules
|
||||
|
||||
Reference in New Issue
Block a user