feat(desktop): move prism-launcher and steam config to nixos gaming module

This commit is contained in:
Mohammad Rafiq 2025-06-14 18:35:28 +08:00
parent da52d32c91
commit af7226d30e
No known key found for this signature in database
4 changed files with 41 additions and 10 deletions

View file

@ -41,12 +41,5 @@ in
};
};
})
(mkIf cfg.steam.enable {
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
home-manager.sharedModules = singleton { persistDirs = singleton ".local/share/Steam"; };
})
];
}