mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
6 lines
96 B
Nix
6 lines
96 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
nodejs # VSCode webhint
|
|
];
|
|
}
|