fix missing ;

This commit is contained in:
LordGrimmauld 2024-03-16 22:18:30 +01:00
parent e560d70af8
commit ed422e8265

View File

@ -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";
};
};