From a9b1fd1e9c3bb43c9220f3ff9675f7dfbbd4bc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 3 May 2023 08:32:02 -0300 Subject: [PATCH] mangohud: minor update --- overlays/default.nix | 2 +- user/mangohud.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 8752e2d..773926a 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -65,7 +65,7 @@ ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ]; }); 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: { diff --git a/user/mangohud.nix b/user/mangohud.nix index 54cc99c..4910307 100644 --- a/user/mangohud.nix +++ b/user/mangohud.nix @@ -61,6 +61,5 @@ in { # output_folder = "/home/lelgenio"; }; }; - home.sessionVariables = { MANGOHUD_DLSYM = 1; }; }; }