flake.nix | moving overrides things to top
This commit is contained in:
parent
56bd757199
commit
54f99299f9
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
lib = nixpkgs.lib // home-manager.lib;
|
||||
in {
|
||||
inherit lib;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
||||
colmena = {
|
||||
meta = {
|
||||
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue