diff options
| author | seth <[email protected]> | 2023-02-25 12:26:00 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-25 12:26:00 -0500 |
| commit | 980a63a79cd323648d136335e79107efa50222d9 (patch) | |
| tree | 7553b7b55672cbed71b5ca28b1e121d577cb39cb /users/seth | |
| parent | 584b6891c0a9e3225be903fcf3e5f202724aa114 (diff) | |
put mangohud config in the right place
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/programs/mangohud.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/programs/mangohud.nix b/users/seth/programs/mangohud.nix index 222501f..d65d899 100644 --- a/users/seth/programs/mangohud.nix +++ b/users/seth/programs/mangohud.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { home.packages = with pkgs; [mangohud]; - xdg.configFile."MangoHud.conf" = { + xdg.configFile."MangoHud/MangoHud.conf" = { text = '' legacy_layout=false cpu_stats |
