nix/home-manager/shared/programs/default.nix
2024-03-10 03:13:58 -05:00

8 lines
73 B
Nix

{...}: {
imports = [
./dev
./nvim
./shell
./2fa
];
}