mayushii: Add radeontop
This commit is contained in:
parent
7886cb249a
commit
9c98cf0be7
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, modulesPath, ... }:
|
||||
{ config, lib, modulesPath, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -48,4 +48,7 @@
|
|||
# regularily by closing the lid
|
||||
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
radeontop
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue