logseq on arm64, latest signal on arm, waydroid, radicale, vscode
This commit is contained in:
parent
4def9ef949
commit
8c32db3406
12 changed files with 196 additions and 182 deletions
|
@ -46,6 +46,9 @@ let
|
|||
++ (lib.lists.optionals ((builtins.match "^steveej.*" name) != null) [
|
||||
# Vimium C
|
||||
{ id = "hfjbmagddngcpeloejdejnfgbamkjaeg"; }
|
||||
|
||||
# always right
|
||||
{ id = "npjpaghfnndnnmjiliibnkmdfgbojokj"; }
|
||||
]);
|
||||
in
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue