Config mangohud

This commit is contained in:
2026-01-14 22:07:03 -05:00
parent 768488f94a
commit fb2e73843d
2 changed files with 9 additions and 1 deletions

View File

@@ -385,6 +385,15 @@ in
''; '';
}; };
mangohud = {
enable = stdenv.isLinux;
settings = {
font_size = 16;
position = "top-right";
toggle_hud = "Shift_R+F1";
};
};
zed-editor = { zed-editor = {
enable = stdenv.isLinux; enable = stdenv.isLinux;
package = unstable.zed-editor; package = unstable.zed-editor;

View File

@@ -91,7 +91,6 @@
kdePackages.sddm-kcm kdePackages.sddm-kcm
libation libation
lutris lutris
mangohud
mupen64plus mupen64plus
nfs-utils nfs-utils
onlyoffice-desktopeditors onlyoffice-desktopeditors