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
|
||||
thunderbird
|
||||
obs-studio
|
||||
signal-desktop
|
||||
pavucontrol
|
||||
vscode-fhs
|
||||
obsidian
|
||||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue