Add logseq to desktop installs
This commit is contained in:
parent
3b2971f6cf
commit
06d95383bd
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
{ 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