Files
samfelag/home/modules/default.nix
2022-11-06 19:32:18 +01:00

12 lines
88 B
Nix

{ ... }:
{
imports = [
./app
./desktop
./dev
./editors
./shell
];
}