Files
nix-config/modules/hm/gaming/lutris.nix
2026-09-11 01:59:55 +05:30

9 lines
172 B
Nix

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