Skip to content

Commit fa0fd04

Browse files
committed
fix mangohud
1 parent 0181c11 commit fa0fd04

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

home/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
NIXOS_OZONE_WL = "1";
2828
# OBS_VKCAPTURE = "1";
2929
# WLR_RENDERER = "vulkan";
30-
MANGOHUD_CONFIGFILE = "/home/codebam/.config/MangoHud/MangoHud.conf";
30+
# MANGOHUD_CONFIGFILE = "/home/codebam/.config/MangoHud/MangoHud.conf";
3131
# PROTON_ENABLE_WAYLAND = "1";
3232
# PROTON_ENABLE_HDR = "1";
3333
# PROTON_USE_NTSYNC = "1";

home/programs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
set -gx NIXOS_OZONE_WL 1
170170
# set -gx OBS_VKCAPTURE 1
171171
# set -gx WLR_RENDERER vulkan
172-
set -gx MANGOHUD_CONFIGFILE /home/codebam/.config/MangoHud/MangoHud.conf
172+
# set -gx MANGOHUD_CONFIGFILE /home/codebam/.config/MangoHud/MangoHud.conf
173173
# set -gx PROTON_ENABLE_WAYLAND 1
174174
# set -gx PROTON_ENABLE_HDR 1
175175
# set -gx PROTON_USE_NTSYNC 1

modules/system/environment.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
git
88
gparted
99
libnotify
10-
mangohud
1110
nh
1211
nix-output-monitor
1312
nushell

0 commit comments

Comments
 (0)