mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
11 lines
136 B
Nix
11 lines
136 B
Nix
{pkgs, ...}: {
|
|
config = {
|
|
environment.systemPackages = with pkgs; [
|
|
pciutils
|
|
ncdu
|
|
htop
|
|
tldr
|
|
];
|
|
};
|
|
}
|