From 02a273f2f723057fa1091b3178864c3c1265de34 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Sun, 8 Mar 2026 19:04:38 -0700 Subject: [PATCH] fix: remove unused comments --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 16ebf9e..3083c5b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,8 +40,6 @@ hardware.graphics = { enable = true; enable32Bit = true; - # Add OpenCL support via Rusticl (recommended by NixOS wiki for DaVinci Resolve) - extraPackages = with pkgs; [ mesa.opencl ]; }; # Enable keyd for key remapping @@ -108,7 +106,6 @@ services.xserver.xkb = { layout = "us"; - variant = ""; }; services.printing.enable = true;