From 758c4d1f4cec7ae4a98878eb541ddde26ea138f6 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 30 Sep 2024 02:12:16 -0400 Subject: [PATCH] steam: Add drive adoption support This is a bit of a misnomer. It also adds "better" formatting support. --- modules/steam/steam.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/steam/steam.nix b/modules/steam/steam.nix index 064460e2..6cda1a93 100644 --- a/modules/steam/steam.nix +++ b/modules/steam/steam.nix @@ -114,9 +114,7 @@ in ''; jovian.steam.environment = { - # We don't support adopting a drive, yet. - STEAM_ALLOW_DRIVE_ADOPT = mkDefault "0"; - # Ejecting doesn't work, either. + STEAM_ALLOW_DRIVE_ADOPT = mkDefault "1"; STEAM_ALLOW_DRIVE_UNMOUNT = mkDefault "1"; }; }