summaryrefslogtreecommitdiff
path: root/hm/soft/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/gaming.nix')
-rw-r--r--hm/soft/gaming.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/hm/soft/gaming.nix b/hm/soft/gaming.nix
deleted file mode 100644
index 5fc7095..0000000
--- a/hm/soft/gaming.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, lib, ... }:
-let
- cfg = config.szpont.hm.soft.gaming;
-in
-{
- options.szpont.hm.soft.gaming.enable = lib.mkEnableOption "gaming hm config";
- config = lib.mkIf cfg.enable {
- programs.mangohud = {
- enable = true;
- };
- };
-}