nixos/src/user/modules/default.nix
2024-05-15 21:24:47 -04:00

9 lines
81 B
Nix

{
imports = [
./bash
./git
./gui
./security
./utils
];
}