Remove unused bindings from nixy and nixy jay configs.

This commit is contained in:
jay
2025-07-12 13:53:13 -04:00
parent ac132756e4
commit adbd75a48a
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ config, ... }: {
boot = {
kernelModules = [ "kvm-amd" ];
extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];