Refactor mangohud config.
Refactor mangohud config.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
./programs/hyprlock.nix
|
||||
./programs/hyprpanel.nix
|
||||
./programs/lazygit.nix
|
||||
./programs/mangohud.nix
|
||||
#./programs/nixcord.nix
|
||||
./programs/oh-my-posh.nix
|
||||
./programs/rbw.nix
|
||||
|
||||
14
nodes/hosts/common/home/jay/programs/mangohud.nix
Normal file
14
nodes/hosts/common/home/jay/programs/mangohud.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ ... } : {
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
enableSessionWide = true;
|
||||
settings = {
|
||||
position = "top-right";
|
||||
cpu_stats = true;
|
||||
gpu_stats = true;
|
||||
fps = true;
|
||||
font_size = 12;
|
||||
cellpadding_y = -0.070;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -25,9 +25,5 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.mangohud
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user