nix-config/roles/nixos/embedded-dev.nix

11 lines
107 B
Nix

{
inputs,
config,
pkgs,
lib,
...
}: {
imports = [
../../configs/nixos/distrobox.nix
];
}