diff options
Diffstat (limited to 'system/gaming')
| -rw-r--r-- | system/gaming/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gaming/default.nix b/system/gaming/default.nix index acb0a1f..734ece0 100644 --- a/system/gaming/default.nix +++ b/system/gaming/default.nix @@ -1,4 +1,4 @@ -{...}: { +_: { imports = [ ./steam.nix ]; |