mayushii: Add radeontop

This commit is contained in:
Simon Bruder 2021-10-06 16:26:52 +02:00
parent 7886cb249a
commit 9c98cf0be7
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -1,4 +1,4 @@
{ config, lib, modulesPath, ... }: { config, lib, modulesPath, pkgs, ... }:
{ {
imports = [ imports = [
@ -48,4 +48,7 @@
# regularily by closing the lid # regularily by closing the lid
services.logind.lidSwitchDocked = config.services.logind.lidSwitch; services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
environment.systemPackages = with pkgs; [
radeontop
];
} }