From d5b3dc03bb34005b6fecb4f6f5386a0c65f76bb9 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sat, 1 Mar 2025 19:37:35 -0300 Subject: [PATCH] fix: megasync allow unfree --- hosts/battleship/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 80ac668..ea56ab3 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -35,6 +35,7 @@ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + "megasync" "steam" "steam-unwrapped" "xow_dongle-firmware"