Compare commits

...

2 commits

Author SHA1 Message Date
1c9dced21c Mangohud: remove session variable workaround 2023-10-02 11:12:31 +02:00
43fb0b1169 SteamDeck: remove obsolete option 2023-10-02 11:11:23 +02:00
2 changed files with 0 additions and 12 deletions

View file

@ -44,14 +44,6 @@
autoStart = true;
user = "toast";
desktopSession = "plasmawayland";
environment = {
/*
Steam already has a mangohud overlay, so this
avoids having two overlays at once
*/
MANGOHUD = "0";
MANHOGUD_DLSYM = "0";
};
};
decky-loader = {
enable = true;

View file

@ -1,14 +1,10 @@
{ config, ... }:
{
# This does the same as enableSessionWide does on the mangohud config
environment.sessionVariables = { MANGOHUD = "1"; MANGOHUD_DLSYM = "1"; };
home-manager.users.toast = { config, ... }:
{
programs.mangohud = {
enable = true;
# TODO: fix envvars set by home manager not applying for some reason
# This only works for Vulkan, openGL programs still need the mangohud wrapper
enableSessionWide = true;
settings = {