add: xdg-portal home-manager module
This commit is contained in:
parent
6f7b1576f1
commit
e4f7798bca
1 changed files with 1 additions and 4 deletions
|
|
@ -9,13 +9,10 @@ in
|
||||||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
overlays = builtins.attrValues outputs.overlays;
|
||||||
config = {
|
config = {
|
||||||
overlays = builtins.attrValues outputs.overlays;
|
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowUnfreePredicate = (_: true);
|
allowUnfreePredicate = (_: true);
|
||||||
permittedInsecurePackages = [
|
|
||||||
"openssl-1.1.1u"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue