more vscode

This commit is contained in:
Lucy Hochkamp 2023-10-11 17:10:04 +02:00
parent 95128333e3
commit 360acefef9
No known key found for this signature in database
3 changed files with 190 additions and 3 deletions

View file

@ -23,6 +23,7 @@
neovim-nightly-overlay.inputs.neovim-flake.url = "github:neovim/neovim?dir=contrib&rev=eb151a9730f0000ff46e0b3467e29bb9f02ae362";
neovim-nightly-overlay.inputs.neovim-flake.inputs.nixpkgs.follows = "nixpkgs-master";
# programs
xynoblog.url = "github:thexyno/blog";
xynoblog.inputs.nixpkgs.follows = "nixpkgs";
@ -43,6 +44,9 @@
noice-nvim.url = "github:folke/noice.nvim";
noice-nvim.flake = false;
## vscode
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
## zsh
zsh-completions.url = "github:zsh-users/zsh-completions";
zsh-completions.flake = false;