diff options
author | Alan Pearce | 2024-11-17 16:40:18 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-17 16:40:18 +0100 |
commit | 54f99637a3723a1afdcdb467cd82e9d732c02769 (patch) | |
tree | 7cc8549c8a4669506141ef2fe715a7fcc6ef3a6a /user/config.nix | |
parent | f977fa77450e207c30e7d927f59401ecccd5a67f (diff) | |
download | nixfiles-54f99637a3723a1afdcdb467cd82e9d732c02769.tar.lz nixfiles-54f99637a3723a1afdcdb467cd82e9d732c02769.tar.zst nixfiles-54f99637a3723a1afdcdb467cd82e9d732c02769.zip |
remove logseq
Diffstat (limited to 'user/config.nix')
-rw-r--r-- | user/config.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user/config.nix b/user/config.nix index 6faa57cc..ec0bfd8e 100644 --- a/user/config.nix +++ b/user/config.nix @@ -9,7 +9,5 @@ in "input-fonts" ]; input-fonts.acceptLicense = true; - permittedInsecurePackages = [ - "electron-27.3.11" # for logseq 0.10.9 - ]; + permittedInsecurePackages = [ ]; } |