typo(gaming): packages -> package
This commit is contained in:
parent
55caf3ec09
commit
ca95644a93
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ in
|
|||
};
|
||||
lutris = {
|
||||
enable = mkBoolOpt cfg.enableAll;
|
||||
packages = mkOpt package pkgs.lutris;
|
||||
package = mkOpt package pkgs.lutris;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -26,7 +26,7 @@ in
|
|||
{
|
||||
home.home.packages = with pkgs; [
|
||||
(mkIf cfg.polymc.enable cfg.polymc.package)
|
||||
(mkIf cfg.lutris.enable cfg.lutris.packages)
|
||||
(mkIf cfg.lutris.enable cfg.lutris.package)
|
||||
];
|
||||
|
||||
modules.software.steam = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue