hosts: steamdeck: add microsof-edge for cloud gaming

This commit is contained in:
Kabbone 2023-07-30 10:26:29 +02:00
parent 40f7484491
commit ca422d00ea
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0

View File

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