Fix flatpak
This commit is contained in:
parent
8db3970a4f
commit
1dd51ab937
3 changed files with 13 additions and 5 deletions
|
@ -1 +1,4 @@
|
|||
{services.flatpak.enable = true;}
|
||||
{
|
||||
services.flatpak.enable = true;
|
||||
fonts.fontDir.enable = true;
|
||||
}
|
||||
|
|
5
modules/desktop/insecure.nix
Normal file
5
modules/desktop/insecure.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"libsoup-2.74.3"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue