nix machine / user configurations

a

Changed files
+4 -1
hosts
tkaronto
+1 -1
flake.lock
···
]
},
"locked": {
-
"narHash": "sha256-ekldeSxRI7awA74X1VWnjgrk4BWbth31LlNKszFRM8U=",
+
"narHash": "sha256-s54wF24xA0vSjoEJ5/duD5XGr55JUtH4R71WiWgPyBk=",
"type": "tarball",
"url": "https://git.gaze.systems/dusk/website/archive/master.zip"
},
+3
hosts/tkaronto/default.nix
···
};
services.xserver.videoDrivers = ["nvidia" "amdgpu"];
hardware = {
+
bluetooth.enable = true;
+
xpadneo.enable = true;
nvidia.prime = {
amdgpuBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";
···
autoMount = true;
};
flatpak.enable = false;
+
hardware.xow.enable = true;
};
virtualisation = {