Skip to content

Instantly share code, notes, and snippets.

View WGrav01's full-sized avatar

WGrav WGrav01

View GitHub Profile
@WGrav01
WGrav01 / zephyrus.nix
Created October 18, 2024 14:15
NixOS configuration for Asus Rog Zephyrus G14
{
inputs,
lib,
config,
pkgs,
...
}:
# Run the nvidia-offload command to run a program with gpu
let
nvidia-offload = pkgs.writeShellScriptBin "nvidia-offload" ''