this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

a

+4 -1
+1 -1
flake.lock
··· 46 46 ] 47 47 }, 48 48 "locked": { 49 - "narHash": "sha256-ekldeSxRI7awA74X1VWnjgrk4BWbth31LlNKszFRM8U=", 49 + "narHash": "sha256-s54wF24xA0vSjoEJ5/duD5XGr55JUtH4R71WiWgPyBk=", 50 50 "type": "tarball", 51 51 "url": "https://git.gaze.systems/dusk/website/archive/master.zip" 52 52 },
+3
hosts/tkaronto/default.nix
··· 108 108 }; 109 109 services.xserver.videoDrivers = ["nvidia" "amdgpu"]; 110 110 hardware = { 111 + bluetooth.enable = true; 112 + xpadneo.enable = true; 111 113 nvidia.prime = { 112 114 amdgpuBusId = "PCI:5:0:0"; 113 115 nvidiaBusId = "PCI:1:0:0"; ··· 169 171 autoMount = true; 170 172 }; 171 173 flatpak.enable = false; 174 + hardware.xow.enable = true; 172 175 }; 173 176 174 177 virtualisation = {