nix-config/modules/home-manager/cli/default.nix

8 lines
43 B
Nix
Raw Normal View History

2025-01-29 01:49:03 +00:00
{ ... }:
2024-11-26 08:40:00 +00:00
{
imports = [
2025-03-29 23:34:25 +00:00
./bin
2024-11-26 08:40:00 +00:00
];
}