Files
nixos/Droidnix/generated/system/applications/file_management/top.nix
T
2026-03-14 12:55:18 +00:00

8 lines
117 B
Nix

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