NixOS-Config/modules/home/programs/misc/default.nix
2024-10-09 03:36:08 -04:00

13 lines
147 B
Nix

{ ... }:
{
imports = [
./avtools
./chat
./gaming/launchers
./general
./headless
./production
./remote-desktop
];
}