Revert lib/packages.nix
This commit is contained in:
parent
0b6e4a4c14
commit
ff78a94a3a
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [
|
||||
"electron-27.3.11" # Logseq
|
||||
"dotnet-runtime-wrapped-7.0.20"
|
||||
"dotnet-runtime-7.0.20"
|
||||
"olm-3.2.16" # Something in hyprland
|
||||
];
|
||||
};
|
||||
hostPlatform = system;
|
||||
|
@ -17,6 +20,9 @@
|
|||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [
|
||||
"electron-27.3.11" # Logseq
|
||||
"dotnet-runtime-wrapped-7.0.20"
|
||||
"dotnet-runtime-7.0.20"
|
||||
"olm-3.2.16" # Something in hyprland
|
||||
];
|
||||
};
|
||||
hostPlatform = system;
|
||||
|
|
Loading…
Add table
Reference in a new issue