Add logseq to desktop installs
This commit is contained in:
parent
06d95383bd
commit
e467e3ffcf
2 changed files with 3 additions and 5 deletions
|
@ -134,6 +134,9 @@
|
|||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
# For Logseq / Obsidian
|
||||
config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue