Skip to content

Commit

Permalink
🔧 Added a VSCode extension and tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Nov 19, 2024
1 parent faa027a commit 890cc66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Here are a non-exhaustive list of tasks.
- [x] Add a working GNOME desktop environment
- [x] Fix `gpg-agent` not finding a pinetry binary
- [x] Support multi-user on my user nixos module
- [ ] Better email accounts management
- [ ] Install Steam
- [ ] Customize emacs
- [ ] Better email accounts management
6 changes: 6 additions & 0 deletions modules/home/editors/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ in
tomoki1207.pdf
]
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "shopify-liquid";
publisher = "sissel";
version = "4.0.1";
sha256 = "sha256-W4ZKGlc8MuyS46imasfPiIZlMDsnqwhdOUoKACv4DbQ=";
}
{
name = "doxdocgen";
publisher = "cschlosser";
Expand Down

0 comments on commit 890cc66

Please sign in to comment.