mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
Add Logseq
This commit is contained in:
parent
ed5521fafc
commit
226153576a
2 changed files with 6 additions and 0 deletions
1
tongfang/.config/Logseq/config.edn
Normal file
1
tongfang/.config/Logseq/config.edn
Normal file
|
@ -0,0 +1 @@
|
|||
{:window/native-titlebar? true}
|
|
@ -51,6 +51,10 @@
|
|||
|
||||
services.libinput.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
||||
users.users.bart = {
|
||||
isNormalUser = true;
|
||||
description = "Bart van der Braak";
|
||||
|
@ -61,6 +65,7 @@
|
|||
fastfetch
|
||||
wezterm
|
||||
neovim
|
||||
logseq
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue