Allow unfree

This commit is contained in:
Johannes Jöns 2023-05-19 12:20:38 +02:00
parent e75fd8981f
commit 0912c7e2ec

View file

@ -42,6 +42,12 @@
modules = [
./systems/kami
./common.nix
{
nixpkgs = {
config.allowUnfree = true;
#overlays = [ prismlauncher.overlay nur.overlay ];
};
}
];
};
};