mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
16 lines
167 B
Nix
16 lines
167 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
btop
|
|
gnome-power-manager
|
|
nvtopPackages.intel
|
|
intel-gpu-tools
|
|
];
|
|
}
|