From 890cc6640d87e4110aad36602dbb418ad8ec5eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Bori?= Date: Tue, 19 Nov 2024 01:10:22 +0100 Subject: [PATCH] :wrench: Added a VSCode extension and tasks --- docs/docs/tasks.md | 4 +++- modules/home/editors/vscode/default.nix | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/docs/tasks.md b/docs/docs/tasks.md index 7d0d8a2..eb91be9 100644 --- a/docs/docs/tasks.md +++ b/docs/docs/tasks.md @@ -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 \ No newline at end of file +- [ ] Install Steam +- [ ] Customize emacs +- [ ] Better email accounts management diff --git a/modules/home/editors/vscode/default.nix b/modules/home/editors/vscode/default.nix index 9c94a39..9801ddd 100644 --- a/modules/home/editors/vscode/default.nix +++ b/modules/home/editors/vscode/default.nix @@ -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";