From 56bcaf05806da69159eaf3b1bbe5b968922ea590 Mon Sep 17 00:00:00 2001 From: primary Date: Sat, 18 Apr 2026 01:05:29 -0400 Subject: [PATCH] nix fmt: wrap long expression in yarn home --- hosts/yarn/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/yarn/home.nix b/hosts/yarn/home.nix index 6fa8552..a5845bc 100644 --- a/hosts/yarn/home.nix +++ b/hosts/yarn/home.nix @@ -31,7 +31,9 @@ services.steam-shortcuts = { enable = true; overwriteExisting = true; - steamUserId = lib.strings.toInt (lib.strings.trim (builtins.readFile ../../secrets/home/steam-user-id)); + steamUserId = lib.strings.toInt ( + lib.strings.trim (builtins.readFile ../../secrets/home/steam-user-id) + ); shortcuts = [ { AppName = "Prism Launcher";