Skip to content

Commit

Permalink
feat(devenv.nix): enable convco feature manually
Browse files Browse the repository at this point in the history
  • Loading branch information
use-the-fork committed Jun 21, 2024
1 parent 43263eb commit 6fde521
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
devcontainer.settings.customizations.vscode.extensions = [ "jnoortheen.nix-ide" ];
difftastic.enable = true;

#enable convco manually.
just.features.convco.enable = true;

dotenv.enable = true;

processes = {
Expand Down

0 comments on commit 6fde521

Please sign in to comment.