Files
nixos/Droidnix/generated/hyprland/task_launcher/top.nix
T
2026-03-08 09:16:22 +01:00

8 lines
115 B
Nix

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