hosts: steamdeck: add microsof-edge for cloud gaming
This commit is contained in:
parent
40f7484491
commit
ca422d00ea
@ -13,4 +13,10 @@
|
|||||||
|
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
home = {
|
||||||
|
packages = with pkgs; [
|
||||||
|
steam
|
||||||
|
microsoft-edge-beta
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user