From 309ecb6eb0ed66cc19364bdcce3c7d8f26a3d0d3 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 11:53:53 +0200 Subject: [PATCH] spelling error --- home/modules/gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/gaming.nix b/home/modules/gaming.nix index c330101d..6039a60d 100644 --- a/home/modules/gaming.nix +++ b/home/modules/gaming.nix @@ -4,7 +4,7 @@ with lib; let cfg = config.modules.gaming; - flatpak = config.module.flatpak; + flatpak = config.modules.flatpak; in { imports = [ ];