dotfiles/nixcfgs/modules/nixos/desktop/laptop.nix

9 lines
84 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
powertop
];
}