Add logseq to desktop installs

This commit is contained in:
albert 2024-08-13 12:42:32 +09:00
parent 06d95383bd
commit e467e3ffcf
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 5 deletions

View file

@ -134,6 +134,9 @@
inherit system;
config.allowUnfree = unfree;
hostPlatform = system;
# For Logseq / Obsidian
config.permittedInsecurePackages = [ "electron-27.3.11" ];
};
};

View file

@ -1,10 +1,5 @@
{ config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: {
# Steam, Vintage Story areu nfree.
nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11"
];
environment.systemPackages = [
# General Desktop stuff
pkgs-unstable.logseq