Files
samfelag/home/modules/default.nix
2022-10-02 20:33:40 +02:00

11 lines
75 B
Nix

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