refactor(gaming): remove slippi and nix-gaming flake

This commit is contained in:
ooks-io 2024-04-01 12:41:27 +13:00
parent 111ff878c2
commit b81fe9488e
7 changed files with 18 additions and 24 deletions

View file

@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable {
homeModules.desktop = {
gaming = {
slippi.enable = true;
factorio.enable = true;
};
};
};