nix/modules/system/utils/common.nix
2024-03-09 17:18:36 +01:00

11 lines
112 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
usbutils
neofetch
btop
git
];
}