Files
nixos/Droidnix (copy 1)/generated/system/applications/file_management/top.nix
T
2026-03-17 15:38:10 +00:00

7 lines
92 B
Nix

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