nixos/src/user/modules/default.nix
2024-05-18 23:33:01 -04:00

10 lines
92 B
Nix

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