This commit is contained in:
4DBug
2025-03-22 16:27:01 -05:00
parent 6edfada411
commit e38cb608c3
16 changed files with 91 additions and 88 deletions

View File

@@ -1,16 +1,26 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
home-manager
git
wget
# compiling
gcc
gnumake
# network
nmap
inetutils
sshs
gnumake
# input testing
evtest
# nix language server
nixd
nil
];
}
}