refactor: move xone configuration to guz home configuration.nix
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
proton-ge-bin
|
proton-ge-bin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Xbox Controller driver
|
||||||
|
hardware.xone.enable = true;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"davinci-resolve"
|
"davinci-resolve"
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
{
|
{lib, ...}: {
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./gpu-configuration.nix
|
./gpu-configuration.nix
|
||||||
@@ -23,9 +19,6 @@
|
|||||||
#wireless.enable = lib.mkForce true;
|
#wireless.enable = lib.mkForce true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Xbox Controller driver
|
|
||||||
hardware.xone.enable = true;
|
|
||||||
|
|
||||||
hardware.bluetooth.settings.General = {
|
hardware.bluetooth.settings.General = {
|
||||||
experimental = true;
|
experimental = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user