8 lines
No EOL
129 B
Nix
8 lines
No EOL
129 B
Nix
{ modulesPath, config, pkgs, lib, self, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
# powertop
|
|
# tlp
|
|
|
|
];
|
|
} |