mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: cleaning up...
This commit is contained in:
parent
7b767c1ebe
commit
cf0cee7937
14 changed files with 103 additions and 89 deletions
|
|
@ -5,6 +5,11 @@
|
|||
}: {
|
||||
nixpkgs = {
|
||||
overlays = import tree.overlays {inherit inputs tree;};
|
||||
config.allowUnfree = true;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue