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; }; }; }