diff options
Diffstat (limited to 'seth/programs/mangohud.nix')
| -rw-r--r-- | seth/programs/mangohud.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/seth/programs/mangohud.nix b/seth/programs/mangohud.nix new file mode 100644 index 0000000..700647e --- /dev/null +++ b/seth/programs/mangohud.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ...}: + +{ + home.packages = [ + pkgs.mangohud + ]; + + xdg.configFile."MangoHud" = { + source = ./MangoHud; + recursive = true; + }; +} |
