mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +01:00
Allow unfree
This commit is contained in:
parent
e75fd8981f
commit
0912c7e2ec
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
||||||
modules = [
|
modules = [
|
||||||
./systems/kami
|
./systems/kami
|
||||||
./common.nix
|
./common.nix
|
||||||
|
{
|
||||||
|
nixpkgs = {
|
||||||
|
config.allowUnfree = true;
|
||||||
|
#overlays = [ prismlauncher.overlay nur.overlay ];
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue