Fix mangohud plus other stuff

This commit is contained in:
Henry Hiles 2023-12-27 12:29:56 -05:00
parent 4831a032ac
commit 5ac8539990
8 changed files with 61 additions and 61 deletions

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
environment = {
systemPackages = [pkgs.mangohud];
sessionVariables = {
MANGOHUD = "1";
MANGOHUD_CONFIGFILE = ./mangohud.conf;
};
};
}