setup home-manager
This commit is contained in:
parent
b49a8088cc
commit
d108086e94
7 changed files with 81 additions and 11 deletions
13
home-manager/programs/mangohud.nix
Normal file
13
home-manager/programs/mangohud.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
settings = {
|
||||
gpu_temp = true;
|
||||
gpu_core_clock = true;
|
||||
cpu_temp = true;
|
||||
cpu_mhz = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue