nixos/git.nix
2025-12-02 22:23:36 +00:00

11 lines
162 B
Nix

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