Files
nixos/Droidnix_v1/generated/system/task_launcher/top.nix
T
2026-03-23 16:18:38 +00:00

8 lines
115 B
Nix

{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
imports = [
./wofi.nix
];
# .. put any code here
}