fix: remove unused comments

This commit is contained in:
Jet Pham 2026-03-08 19:04:38 -07:00
parent 4ac1fd1489
commit 02a273f2f7
No known key found for this signature in database

View file

@ -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;