Files
nixos-configv3/home/default.nix
2025-12-07 00:53:22 -05:00

6 lines
51 B
Nix

{
imports = [
./git.nix
./bash.nix
];
}