From ed422e82654443ba6bce726e60e426c2ffd4b37a Mon Sep 17 00:00:00 2001 From: LordGrimmauld Date: Sat, 16 Mar 2024 22:18:30 +0100 Subject: [PATCH] fix missing ; --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 3ffaa3b..743de38 100644 --- a/default.nix +++ b/default.nix @@ -61,7 +61,7 @@ in { gaming = mkOption { type = types.bool; default = false; - description = "enables steam, heroic, prism and gamemoded" + description = "enables steam, heroic, prism and gamemoded"; }; };