Allow unfree packages for NVIDIA drivers and Steam

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-18 08:56:27 -08:00
commit 104e49d337

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
# Allow unfree packages (NVIDIA drivers, Steam)
nixpkgs.config.allowUnfree = true;
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;