NixOS-Config/modules/home/programs/misc/default.nix
2024-10-16 00:04:56 -04:00

11 lines
109 B
Nix

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