Compare commits

..

No commits in common. "5486bc608dc8a1808213583c569b37bf4c07423b" and "5bb41b22b47b4d5f98144156cb3142f697b42968" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -31,10 +31,8 @@
cinny-desktop
thunderbird
obs-studio
signal-desktop
pavucontrol
vscode-fhs
obsidian
unzip
unrar
p7zip

View file

@ -1,12 +1,7 @@
{
lib,
pkgs,
...
}: {
{...}: {
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
};
};