Compare commits
No commits in common. "5486bc608dc8a1808213583c569b37bf4c07423b" and "5bb41b22b47b4d5f98144156cb3142f697b42968" have entirely different histories.
5486bc608d
...
5bb41b22b4
2 changed files with 1 additions and 8 deletions
|
@ -31,10 +31,8 @@
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
obs-studio
|
obs-studio
|
||||||
signal-desktop
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
obsidian
|
|
||||||
unzip
|
unzip
|
||||||
unrar
|
unrar
|
||||||
p7zip
|
p7zip
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
{
|
{...}: {
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue