nixdots/home/programs/terminal/tools/default.nix

7 lines
50 B
Nix
Raw Normal View History

2024-04-04 18:16:56 +00:00
_: {
imports = [
./git
2024-04-04 19:48:31 +00:00
./gpg.nix
2024-04-04 18:16:56 +00:00
];
}