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
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ config, ... }: {
boot = {
kernelModules = [ "kvm-amd" ];
extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ ... }: {
environment = {
variables = {
# Required to run the correct GBM backend for nvidia GPUs on wayland
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, ...}: {
{ ... }: {
networking.hostName = "nixy"; # Define your hostname.
}