nixos/home/programs/default.nix
2023-08-20 00:56:28 +02:00

9 lines
No EOL
65 B
Nix

{
config,
pkgs,
...
}: {
imports = [
./git.nix
];
}