From 7aa390883104725c64c65d20a0713cfcd654f637 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 21 Oct 2025 10:38:26 -0500 Subject: More correct dfu-util flash script + rearranged personal devices --- devices/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devices/default.nix (limited to 'devices/default.nix') diff --git a/devices/default.nix b/devices/default.nix new file mode 100644 index 0000000..046191b --- /dev/null +++ b/devices/default.nix @@ -0,0 +1,6 @@ +{ + imports = [ + ./pinecil + ./qmk + ]; +} -- cgit v1.2.3