Add logseq to desktop installs

This commit is contained in:
albert 2024-08-13 12:44:08 +09:00
parent e467e3ffcf
commit e23620655e
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -128,14 +128,14 @@
inherit system; inherit system;
config.allowUnfree = unfree; config.allowUnfree = unfree;
hostPlatform = system; hostPlatform = system;
# For Logseq / Obsidian
config.permittedInsecurePackages = [ "electron-27.3.11" ];
}; };
# Some packages (ie, Vintage Story) I want to keep on unstable no matter what default repo I use # Some packages (ie, Vintage Story) I want to keep on unstable no matter what default repo I use
pkgs-unstable = import inputs.nixpkgs-unstable { pkgs-unstable = import inputs.nixpkgs-unstable {
inherit system; inherit system;
config.allowUnfree = unfree; config.allowUnfree = unfree;
hostPlatform = system; hostPlatform = system;
# For Logseq / Obsidian
config.permittedInsecurePackages = [ "electron-27.3.11" ];
}; };
}; };