diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2024-05-20 10:25:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 10:25:12 +0200 |
commit | 25730acd7ed38f319ed95008cf0097368193215b (patch) | |
tree | d4aa49bde0a2a4452f25d5e4cdd93b2ba735246e /hosts/configuration.nix | |
parent | fmt (diff) | |
download | nixos-config-25730acd7ed38f319ed95008cf0097368193215b.tar.gz nixos-config-25730acd7ed38f319ed95008cf0097368193215b.tar.bz2 nixos-config-25730acd7ed38f319ed95008cf0097368193215b.zip |
Hosts: Add powertop package
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 6723965..1a7504f 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -128,6 +128,7 @@ xclip strace fzf + powertop inputs.deploy-rs.defaultPackage."${system}" ]; |