Update git.nix

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

View file

@ -1,8 +1,11 @@
# git.nix
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
imports = [ imports = [
./common.nix ./common.nix
] ++ lib.optional (builtins.pathExists ./hosts/${config.networking.hostName}.nix) ./hosts/FredOS-Gaming.nix
./hosts/${config.networking.hostName}.nix; ./hosts/laptop.nix
# Add all your hosts here
];
} }