Files
nixos/modules/home/default.nix
T
2026-03-14 16:16:20 +03:00

6 lines
51 B
Nix

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