From c1d9af57156f3c95590d9a12c394ee064df9696e Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 15:25:38 +0100 Subject: added disko config for laptop, added storage and memory modules --- hm/soft/gaming.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 hm/soft/gaming.nix (limited to 'hm/soft/gaming.nix') 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; - }; - }; -} -- cgit v1.3