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;
|
inherit system;
|
||||||
config.allowUnfree = unfree;
|
config.allowUnfree = unfree;
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
|
# For Logseq / Obsidian
|
||||||
|
config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
{ config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: {
|
{ config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: {
|
||||||
# Steam, Vintage Story areu nfree.
|
# Steam, Vintage Story areu nfree.
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"electron-27.3.11"
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
# General Desktop stuff
|
# General Desktop stuff
|
||||||
pkgs-unstable.logseq
|
pkgs-unstable.logseq
|
||||||
|
|
Loading…
Reference in a new issue