mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +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 = [
|
||||
./systems/kami
|
||||
./common.nix
|
||||
{
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
#overlays = [ prismlauncher.overlay nur.overlay ];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue