further improvements

This commit is contained in:
christoph.hollizeck 2024-03-26 19:20:50 +01:00
parent 55f7c8296f
commit 223ee9efd2
7 changed files with 41 additions and 31 deletions

View file

@ -1,9 +1,8 @@
{ options, config, lib, pkgs, ... }:
with lib;
with lib.wyrdgard;
let cfg = config.wyrdgard.submodules.games;
let
cfg = config.wyrdgard.submodules.games;
in
{
options.wyrdgard.submodules.games = with types; {
@ -11,6 +10,10 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
prismlauncher
];
wyrdgard = {
apps = {
steam = enabled;