feat(x1): add Logseq and allow insecure Electron package
Added Logseq to the system packages for productivity tools. Permitted the insecure Electron 27.3.11 package to bypass restrictions for compatibility needs.
This commit is contained in:
parent
87c4a43c8f
commit
89b5a1db0a
|
@ -31,6 +31,10 @@ with lib.metacfg;
|
|||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
azure-cli
|
||||
cloudflare-warp
|
||||
|
@ -44,6 +48,7 @@ with lib.metacfg;
|
|||
klavaro
|
||||
tipp10
|
||||
gtypist
|
||||
logseq
|
||||
];
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
|
Loading…
Reference in a new issue