Files
nixos/Droidnix/generated/system/task_launcher/top.nix
T
2026-03-17 15:35:35 +00:00

8 lines
91 B
Nix

{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
imports = [
./wofi.nix
];
}