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, ... }: {
|
{ 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