aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/gaming.nix')
-rw-r--r--nixos/modules/gaming.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix
index 182fc36..cbf2d10 100644
--- a/nixos/modules/gaming.nix
+++ b/nixos/modules/gaming.nix
@@ -3,8 +3,8 @@
lib,
pkgs,
...
-}:
-with lib; let
+}: let
+ inherit (lib) mkOption mkIf types;
cnf = config.cynerd.gaming;
in {
options = {