mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 08:14:58 +08:00
6 lines
96 B
Nix
6 lines
96 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
nodejs # VSCode webhint
|
|
];
|
|
}
|