nix fmt: wrap long expression in yarn home
This commit is contained in:
@@ -31,7 +31,9 @@
|
|||||||
services.steam-shortcuts = {
|
services.steam-shortcuts = {
|
||||||
enable = true;
|
enable = true;
|
||||||
overwriteExisting = 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 = [
|
shortcuts = [
|
||||||
{
|
{
|
||||||
AppName = "Prism Launcher";
|
AppName = "Prism Launcher";
|
||||||
|
|||||||
Reference in New Issue
Block a user