mangohud: minor update

This commit is contained in:
Leonardo Eugênio 2023-05-03 08:32:02 -03:00
parent 7b631196ca
commit a9b1fd1e9c
2 changed files with 1 additions and 2 deletions

View file

@ -65,7 +65,7 @@
++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ]; ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
}); });
steam = prev.unstable.steam.override { steam = prev.unstable.steam.override {
extraPkgs = pkgs: with pkgs; [ capitaine-cursors bibata-cursors ]; extraPkgs = pkgs: with pkgs; [ capitaine-cursors bibata-cursors mangohud ];
}; };
qutebrowser = prev.qutebrowser.overrideAttrs (old: { qutebrowser = prev.qutebrowser.overrideAttrs (old: {

View file

@ -61,6 +61,5 @@ in {
# output_folder = "/home/lelgenio"; # output_folder = "/home/lelgenio";
}; };
}; };
home.sessionVariables = { MANGOHUD_DLSYM = 1; };
}; };
} }