From 42fce46098eeb40af2c27b1dec7940d4b8ca1957 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 16 Feb 2025 21:01:06 -0500 Subject: [PATCH] Fix capitalization of distributions. --- posts/2025/02/16/install-sm64ex-steam-deck/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2025/02/16/install-sm64ex-steam-deck/index.org b/posts/2025/02/16/install-sm64ex-steam-deck/index.org index c7836a3..baaa264 100644 --- a/posts/2025/02/16/install-sm64ex-steam-deck/index.org +++ b/posts/2025/02/16/install-sm64ex-steam-deck/index.org @@ -249,7 +249,7 @@ This will compile sm64ex and install it. But there's two problems we can immedia We will be solving these by creating a ~.desktop~ file, introducing nixGL, and writing a wrapper script that makes sm64ex launch from within steam gaming mode properly. * Adding nixGL -If we were running NixOS, graphical programs would work out-of-the-box. Unfortunately on other Linux Distributions, we need to wrap our graphical programs so they know where to find the graphics drivers. To perform this wrapping, we will use [[https://github.com/nix-community/nixGL][nixGL]]. To install nixGL we need to add it as an input in our ~flake.nix~, apply its overlay, and add it as an ~extraSpecialArgs~ to have it automatically passed into each module: +If we were running NixOS, graphical programs would work out-of-the-box. Unfortunately on other Linux distributions, we need to wrap our graphical programs so they know where to find the graphics drivers. To perform this wrapping, we will use [[https://github.com/nix-community/nixGL][nixGL]]. To install nixGL we need to add it as an input in our ~flake.nix~, apply its overlay, and add it as an ~extraSpecialArgs~ to have it automatically passed into each module: #+begin_src nix {