mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-05-06 10:02:30 +02:00
9 lines
109 B
Nix
9 lines
109 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
nodejs_22
|
|
serve
|
|
live-server
|
|
|
|
];
|
|
}
|