mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
9 lines
174 B
Nix
9 lines
174 B
Nix
{
|
|
flake.modules.homeManager.desktop = { osConfig, ... }: {
|
|
programs.lutris = {
|
|
enable = true;
|
|
steamPackage = osConfig.programs.steam.package;
|
|
};
|
|
};
|
|
}
|