From 9c94b70c93fb683a7bdf549f1db5a6a9d23c6a9b Mon Sep 17 00:00:00 2001 From: m3tam3re
Date: Sat, 12 Sep 2026 13:49:46 +0200 Subject: [PATCH] feat: emulators --- profiles/sets/gaming/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/sets/gaming/default.nix b/profiles/sets/gaming/default.nix index 7b1f663..e4c3beb 100644 --- a/profiles/sets/gaming/default.nix +++ b/profiles/sets/gaming/default.nix @@ -1,6 +1,7 @@ # Gaming profile aggregator — Steam platform, Gamescope session, and AMD GPU tools. {...}: { imports = [ + ./emulators.nix ./steam.nix ./gamescope.nix ./gpu.nix