17 lines
179 B
Nix
17 lines
179 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
helix
|
|
micro
|
|
fnm
|
|
cmake
|
|
gradle
|
|
netcat-gnu
|
|
bitwarden-cli
|
|
qrencode
|
|
sl
|
|
upx
|
|
];
|
|
}
|