diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index c758d7b..977e9bb 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -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 + ]; }