Which means now I'll have to think about real prefixes in commit names.
4 lines
75 B
Nix
4 lines
75 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [ powertop ];
|
|
}
|