hosts: steamdeck: add microsof-edge for cloud gaming

This commit is contained in:
2023-07-30 10:26:29 +02:00
parent 40f7484491
commit ca422d00ea

View File

@@ -13,4 +13,10 @@
{ config, lib, pkgs, ... }:
{
home = {
packages = with pkgs; [
steam
microsoft-edge-beta
];
};
}