Fix mangohud plus other stuff
This commit is contained in:
parent
4831a032ac
commit
5ac8539990
8 changed files with 61 additions and 61 deletions
9
modules/common-desktop/mangohud/default.nix
Normal file
9
modules/common-desktop/mangohud/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
environment = {
|
||||
systemPackages = [pkgs.mangohud];
|
||||
sessionVariables = {
|
||||
MANGOHUD = "1";
|
||||
MANGOHUD_CONFIGFILE = ./mangohud.conf;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue