Skip to content

Commit

Permalink
enable mangohud
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Dec 1, 2024
1 parent 1b4a297 commit 6635873
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions users/user/home-manager/programs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,25 @@ in {
plugins = with pkgs.kakounePlugins; [kakoune-lsp kak-fzf auto-pairs-kak];
};

# TODO: Setup mangohud
# mangohud.enable = true;
mangohud = {
enable = true;
enableSessionWide = true;

# Using GOverlay to configure MangoHud
/*
settings = {
output_folder = "/home/user/mangohud/";
full = true;
fps-limit = 0; # 0 means unlimited unless VSynced
};
*/

settingsPerApplication = {
mpv = {
no_display = true;
};
};
};

gpg.enable = true;
lazygit.enable = true;
Expand Down

0 comments on commit 6635873

Please sign in to comment.