logseq on arm64, latest signal on arm, waydroid, radicale, vscode

This commit is contained in:
steveej 2024-01-25 00:32:37 +01:00
parent 4def9ef949
commit 8c32db3406
12 changed files with 196 additions and 182 deletions

View file

@ -46,6 +46,9 @@ let
++ (lib.lists.optionals ((builtins.match "^steveej.*" name) != null) [
# Vimium C
{ id = "hfjbmagddngcpeloejdejnfgbamkjaeg"; }
# always right
{ id = "npjpaghfnndnnmjiliibnkmdfgbojokj"; }
]);
in
{

View file

@ -9,10 +9,18 @@ in {
extensions = with pkgs.vscode-extensions;
[
ms-vscode-remote.remote-ssh
# bbenoist.nix
# vscodevim.vim
# rust-lang.rust-analyzer
# mkhl.direnv
bbenoist.nix
eamodio.gitlens
mkhl.direnv
jnoortheen.nix-ide
tomoki1207.pdf
vscodevim.vim
# TODO: these are not in nixpkgs
# fredwangwang.vscode-hcl-format
# hashicorp.hcl
# mindaro-dev.file-downloader
# ms-vscode.remote-explorer
]
++ marketPlaceExtensions;
mutableExtensionsDir = true;