add dev and updates
This commit is contained in:
parent
54e654d1cc
commit
f80a3163d6
4 changed files with 17 additions and 12 deletions
8
modules/dev.nix
Normal file
8
modules/dev.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
nodejs
|
||||
];
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue