config.nix/home/apps/default.nix
2026-05-04 08:12:55 +02:00

15 lines
119 B
Nix

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