Jump to content

VSCodium: Difference between revisions

m
no edit summary
imported>Dramforever
(Fix code snippet so that it's a valid, complete NixOS module)
imported>Alexnortung
mNo edit summary
Line 7: Line 7:
<syntaxhighlight lang="nix>
<syntaxhighlight lang="nix>
   environment.systemPackages = with pkgs; [ vscodium ];
   environment.systemPackages = with pkgs; [ vscodium ];
</syntaxhighlight>
or ad-hoc
<syntaxhighlight>
  nix-env -iA nixos.vscodium
</syntaxhighlight>
</syntaxhighlight>


Anonymous user