fix missing ;
This commit is contained in:
parent
e560d70af8
commit
ed422e8265
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue