refactor: move xone configuration to guz home configuration.nix
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
proton-ge-bin
|
||||
];
|
||||
|
||||
# Xbox Controller driver
|
||||
hardware.xone.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"davinci-resolve"
|
||||
|
||||
@@ -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