Flakes: Difference between revisions
imported>Nix m add Software, Nix, Flakes categories |
imported>MrVanDalo |
||
| Line 425: | Line 425: | ||
Follow the instructions at | Follow the instructions at | ||
https://discourse.nixos.org/t/using-non-free-libraries-in-flakes/8632/5 | https://discourse.nixos.org/t/using-non-free-libraries-in-flakes/8632/5 | ||
=== Enable unfree software in home-manager === | |||
If you want to install software using home-manager via nix flakes in non NixOS systems (like darwin) you can use the home-manager <code>nixpkgs.config</code> option for example | |||
<pre>nixpkgs.config.allowUnfree = true;</pre> | |||
== See also == | == See also == | ||