Files
nix-config/modules/hm/gaming/lutris.nix
2026-09-03 16:25:34 +05:30

9 lines
174 B
Nix

{
flake.modules.homeManager.desktop = { osConfig, ... }: {
programs.lutris = {
enable = true;
steamPackage = osConfig.programs.steam.package;
};
};
}