diff --git a/flake.lock b/flake.lock index 32ac803..f3bfff6 100644 --- a/flake.lock +++ b/flake.lock @@ -46,7 +46,7 @@ ] }, "locked": { - "narHash": "sha256-ekldeSxRI7awA74X1VWnjgrk4BWbth31LlNKszFRM8U=", + "narHash": "sha256-s54wF24xA0vSjoEJ5/duD5XGr55JUtH4R71WiWgPyBk=", "type": "tarball", "url": "https://git.gaze.systems/dusk/website/archive/master.zip" }, diff --git a/hosts/tkaronto/default.nix b/hosts/tkaronto/default.nix index ddfea82..55595ad 100644 --- a/hosts/tkaronto/default.nix +++ b/hosts/tkaronto/default.nix @@ -108,6 +108,8 @@ in { }; services.xserver.videoDrivers = ["nvidia" "amdgpu"]; hardware = { + bluetooth.enable = true; + xpadneo.enable = true; nvidia.prime = { amdgpuBusId = "PCI:5:0:0"; nvidiaBusId = "PCI:1:0:0"; @@ -169,6 +171,7 @@ in { autoMount = true; }; flatpak.enable = false; + hardware.xow.enable = true; }; virtualisation = {