NixOS-Config/modules/home/programs/misc/default.nix

13 lines
147 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./avtools
./chat
2024-10-09 03:36:08 -04:00
./gaming/launchers
./general
./headless
./production
./remote-desktop
];
}