summaryrefslogtreecommitdiff
path: root/users/seth/mixins/mangohud.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/mixins/mangohud.nix')
-rw-r--r--users/seth/mixins/mangohud.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/seth/mixins/mangohud.nix b/users/seth/mixins/mangohud.nix
new file mode 100644
index 0000000..2ad6c70
--- /dev/null
+++ b/users/seth/mixins/mangohud.nix
@@ -0,0 +1,14 @@
+{
+ programs.mangohud = {
+ settings = {
+ cpu_stats = true;
+ cpu_temp = true;
+ gpu_stats = true;
+ gpu_temp = true;
+ fps = true;
+ frametime = true;
+ media_player = true;
+ media_player_name = "spotify";
+ };
+ };
+}