Files
imladris/hw/orion/default.nix
Kyle Isom e06e48932d multiple updates
+ remove meshtastic temporarily
+ update imladris to use desktop system
+ move signal-desktop to desktop-packages
+ update README
2025-09-01 14:50:49 -07:00

8 lines
109 B
Nix

{ inputs, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../configs/desktop.nix
];
}