remove: steam hm

This commit is contained in:
ooks-io 2024-01-15 15:58:40 +13:00
parent 292c9a07a4
commit 8f58a79fe2
2 changed files with 0 additions and 51 deletions

View file

@ -1,14 +1 @@
{ lib, ... }:
{
imports = [
./steam
];
options.programs.desktop.games = {
steam = {
enable = lib.mkEnableOption "Enable steam";
};
};
};
}