NullBite 34fd3a91ad
system: Add auto-offload wrapper command
This command will *always* exist when OpenGL is enabled. If graphical
offload is enabled, it will make sure the GPU is actually enabled using
glxinfo (there's probably a better way to do this) and fallback to
executing normally, otherwise it will just exec the passed command.
2024-04-16 00:44:42 -04:00
..
2024-02-10 23:16:05 +01:00
2024-04-01 15:26:02 -04:00
2024-02-09 17:49:53 +01:00
2024-03-01 19:55:13 -05:00
2024-03-29 21:50:49 -04:00
2024-02-08 14:48:09 +01:00

system

This directory contains modules and configuration specific to my NixOS configuration. default.nix is the entrypoint to my module set; it can safely be loaded without making any configuration changes by default.