⬆️ (neodymium/home) switch from logseq to obsidian

This commit is contained in:
Laureηt 2023-09-22 16:47:43 +02:00
parent a496cda8c4
commit 606b7d18c4
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@
jaq # (fast) json utils jaq # (fast) json utils
jmtpfs # for Android MTP jmtpfs # for Android MTP
keepassxc # password manager keepassxc # password manager
logseq # second brain journalling obsidian # second brain journalling
micro # text editor micro # text editor
mpv # video viewer mpv # video viewer
nil # nix language server nil # nix language server

View file

@ -31,6 +31,7 @@
# list of allowed unfree packages # list of allowed unfree packages
nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"obsidian"
"vscode" "vscode"
"vscode-extension-github-copilot" "vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat" "vscode-extension-github-copilot-chat"