2025-01-14 21:51:53 -05:00

15 lines
121 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [ ];
environment.systemPackages = with pkgs; [
nvme-cli
];
}