mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added Mangohud for frame cap
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
./nvim
|
./nvim
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
|
./mangohud.nix
|
||||||
] ++ (if currentSystemDe == "hyprland" then [
|
] ++ (if currentSystemDe == "hyprland" then [
|
||||||
./hyprland
|
./hyprland
|
||||||
] else []
|
] else []
|
||||||
|
|||||||
9
home/mangohud.nix
Normal file
9
home/mangohud.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.mangohud = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
fps_limit = 75;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user