[minimal] mv minimal_tools.nix to correct folder

This commit is contained in:
2023-05-04 12:48:37 +02:00
parent 76349e2a99
commit 3fddbc8168

View File

@@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
htop
wget
git
pciutils
];
}