mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-03-31 17:50:23 +02:00
14 lines
166 B
Nix
14 lines
166 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
environment.systemPackages = with pkgs; [
|
|
btop
|
|
gnome-power-manager
|
|
intel-gpu-tools
|
|
nvtopPackages.intel
|
|
];
|
|
}
|