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/settings | |
parent | f977fa77450e207c30e7d927f59401ecccd5a67f (diff) | |
download | nixfiles-54f99637a3723a1afdcdb467cd82e9d732c02769.tar.lz nixfiles-54f99637a3723a1afdcdb467cd82e9d732c02769.tar.zst nixfiles-54f99637a3723a1afdcdb467cd82e9d732c02769.zip |
remove logseq
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/user-interface.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/user-interface.nix b/user/settings/user-interface.nix index 3574fda7..5e1337ba 100644 --- a/user/settings/user-interface.nix +++ b/user/settings/user-interface.nix @@ -40,7 +40,6 @@ in }) ] ++ lib.optionals (!stdenv.isDarwin) (with pkgs; [ - logseq # 0.10.9 is insecure, see ../config.nix (discord.override { withOpenASAR = true; }) zeal |