config.nix/home/apps/default.nix
2026-04-11 17:30:53 +02:00

14 lines
101 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./internet
./sync
./terminal
];
}