mayushii: Add radeontop

neomutt
Simon Bruder 2021-10-06 16:26:52 +02:00
parent 7886cb249a
commit 9c98cf0be7
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 1 deletions

View File

@ -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
];
}