Remove old lutris and steam nix files

This commit is contained in:
Yorick Barbanneau 2023-12-26 00:32:38 +01:00
parent f9062e9d15
commit 2888303bb0
2 changed files with 0 additions and 27 deletions

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
}