Skip to content

Latest commit

 

History

History

generic

VSCodium generic

This flake provides a devshell with VSCodium a hello executable on PATH and with a couple of extensions.

Prerequisites

Spoiler

Quick start

  1. Install Nix - see how.

  2. In a new terminal, start a devshell:

    nix flake new my-project -t github:deemp/flakes#codium-generic
    cd my-project
    git init && git add
    nix develop
    hello
  3. (Optionally) Write settings.json and start VSCodium:

    nix run .#writeSettings
    nix run .#codium .

Configs