refactor: move xone configuration to guz home configuration.nix
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{lib, ...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./gpu-configuration.nix
|
||||
@@ -23,9 +19,6 @@
|
||||
#wireless.enable = lib.mkForce true;
|
||||
};
|
||||
|
||||
# Xbox Controller driver
|
||||
hardware.xone.enable = true;
|
||||
|
||||
hardware.bluetooth.settings.General = {
|
||||
experimental = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user