From 92371c86bfd967d82cbde48248178a19f559a110 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <Zynh0722@gmail.com>
Date: Tue, 25 Mar 2025 13:00:54 -0700
Subject: [PATCH] llynx: comments

---
 hosts/llynx/configuration.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hosts/llynx/configuration.nix b/hosts/llynx/configuration.nix
index 9cbc5de..d4c7c90 100644
--- a/hosts/llynx/configuration.nix
+++ b/hosts/llynx/configuration.nix
@@ -20,6 +20,7 @@
 
   # boot.binfmt.emulatedSystems = [
   #   "x86_64-linux"
+  #   "i686-linux"
   # ];
 
   # Install/enable all proprietary firmware
@@ -69,6 +70,9 @@
     useGlobalPkgs = true;
   };
 
+  # programs.steam.enable = true;
+  # hardware.graphics.enable32Bit = lib.mkForce false;
+
   services.flatpak.enable = true;
   systemd.services.flatpak-repo = {
     wantedBy = [ "multi-user.target" ];