llynx: comments

This commit is contained in:
Zynh Ludwig 2025-03-25 13:00:54 -07:00
parent d7e5280f4f
commit 92371c86bf

View file

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