From 3625302c4a6029ae6b420c671d71c1e6a8dfd9ef Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Sat, 23 Sep 2023 10:28:57 +0200 Subject: [PATCH] Add microsoft-edge to steam box --- nixos/roles/steambox/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/roles/steambox/default.nix b/nixos/roles/steambox/default.nix index 38227c10..4590d3fc 100644 --- a/nixos/roles/steambox/default.nix +++ b/nixos/roles/steambox/default.nix @@ -28,6 +28,9 @@ in environment.systemPackages = with pkgs; [ steam_autostart steam-run + + # Geforce NOW + microsoft-edge ]; # Enable the KDE Desktop Environment.