mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
more flakiness
This commit is contained in:
@ -6,7 +6,7 @@ let cfg = config.modules.gaming.leagueoflegends;
|
||||
in {
|
||||
|
||||
options.modules.gaming.leagueoflegends = {
|
||||
enable = mkEnableOption "leagueoflegends";
|
||||
enable = mkEnableOption "League of Legends";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
@ -5,7 +5,7 @@ let cfg = config.modules.gaming.lutris;
|
||||
|
||||
in {
|
||||
|
||||
options.modules.gaming.lutris = { enable = mkEnableOption "lutris"; };
|
||||
options.modules.gaming.lutris = { enable = mkEnableOption "Lutris"; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [ lutris amdvlk wine ];
|
||||
|
@ -5,7 +5,7 @@ let cfg = config.modules.gaming.steam;
|
||||
|
||||
in {
|
||||
|
||||
options.modules.gaming.steam = { enable = mkEnableOption "steam"; };
|
||||
options.modules.gaming.steam = { enable = mkEnableOption "Steam"; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
Reference in New Issue
Block a user