Update git.nix

This commit is contained in:
ediblerope 2025-12-02 22:27:14 +00:00 committed by GitHub
parent 6e3cdcec40
commit 801b2137a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
imports = [ imports = [
./common.nix ./common.nix
./hosts/FredOS-Gaming.nix ./hosts/FredOS-Gaming.nix
./hosts/laptop.nix ./hosts/FredOS-Macbook.nix
# Add all your hosts here # Add all your hosts here
]; ];
} }