Add logseq to desktop installs

This commit is contained in:
albert 2024-08-13 12:36:59 +09:00
parent 3b2971f6cf
commit 06d95383bd
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,5 +1,10 @@
{ 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