add dev and updates

This commit is contained in:
Julian Sutter 2023-03-23 10:43:12 -07:00
parent 54e654d1cc
commit f80a3163d6
4 changed files with 17 additions and 12 deletions

8
modules/dev.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
python3
nodejs
];
}