nixos/git.nix
2025-12-04 11:48:29 +00:00

11 lines
169 B
Nix

# git.nix
{ config, pkgs, lib, ... }:
{
imports = [
./flake.nix
./hosts/FredOS-Gaming.nix
./hosts/FredOS-Macbook.nix
# Add all your hosts here
];
}