Skip to content

Commit

Permalink
fix: disable mangohud sessionwide and clean up steam
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 1, 2024
1 parent a5960b0 commit 5264fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home-manager/personalities/desktop/mangohud.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
programs.mangohud = {
enable = true;
enableSessionWide = true;
enableSessionWide = false;
settings = {
fps_limit = 0;
gpu_temp = true;
Expand Down
3 changes: 1 addition & 2 deletions nixos/personalities/desktop/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
stdenv.cc.cc.lib
libkrb5
keyutils
gamemode
];
};
extraCompatPackages = with pkgs; [
Expand All @@ -34,11 +35,9 @@
programs.gamescope = {
enable = true;
capSysNice = false;
# package = inputs.chaotic.packages.${pkgs.system}.gamescope_git;
package = pkgs.gamescope_git;
};
environment.systemPackages = [
pkgs.vim
pkgs.vulkan-tools
pkgs.amdgpu_top
];
Expand Down

0 comments on commit 5264fd1

Please sign in to comment.