NiksOS/system/hardware/default.nix
Jurn Wubben 664594c064 Neovim added leap plugin
Rewritten and moved portable module
Updated background
Disabled garnix substitutor
Small changes to greetd
2025-06-23 20:13:22 +02:00

11 lines
166 B
Nix

{
hardware.enableRedistributableFirmware = true;
imports = [
./bluetooth.nix
./graphics.nix
./fingerprint.nix
./fwupd.nix
./power.nix
];
}