Add logseq

This commit is contained in:
Tyler Beckman 2024-11-22 13:02:05 -07:00
parent 8befee6d36
commit ab80ffb81d
Signed by: Ty
GPG key ID: 2813440C772555A4
2 changed files with 8 additions and 0 deletions
configuration.nix
home-manager/modules

View file

@ -300,4 +300,9 @@
];
enableDefaultPackages = false;
};
# Allow electron 27.3.11 (for logseq)
nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11"
];
}

View file

@ -1,6 +1,9 @@
{ pkgs, inputs, system, ... }:
{
home.packages = (with pkgs; [
# Notes
logseq
# Chat
element-desktop
vesktop