12 lines
121 B
Nix
12 lines
121 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
usbutils
|
|
tree
|
|
neofetch
|
|
btop
|
|
git
|
|
];
|
|
}
|