restructure
This commit is contained in:
parent
5fe6a629f3
commit
e54745b952
28 changed files with 997 additions and 203 deletions
14
home-manager/sajenim/programs/mangohud/default.nix
Normal file
14
home-manager/sajenim/programs/mangohud/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
settings = {
|
||||
gpu_temp = true;
|
||||
gpu_core_clock = true;
|
||||
cpu_temp = true;
|
||||
cpu_mhz = true;
|
||||
toggle_hud = "F12";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue