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