Remove unused bindings from nixy and nixy jay configs.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }: {
|
||||
{ config, ... }: {
|
||||
boot = {
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
{ ... }: {
|
||||
environment = {
|
||||
variables = {
|
||||
# Required to run the correct GBM backend for nvidia GPUs on wayland
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, ...}: {
|
||||
{ ... }: {
|
||||
networking.hostName = "nixy"; # Define your hostname.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user