steam.nix: disable steam

This commit is contained in:
Charlie Root 2025-02-26 21:27:49 +01:00
commit 1f288fb412
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
config,
pkgs,
}: {
services.miniflux = {
enable = true;
createDatabaseLocally = true;
};
}