Update git.nix
This commit is contained in:
parent
dac1378fbe
commit
6e3cdcec40
1 changed files with 5 additions and 2 deletions
7
git.nix
7
git.nix
|
|
@ -1,8 +1,11 @@
|
|||
# git.nix
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
] ++ lib.optional (builtins.pathExists ./hosts/${config.networking.hostName}.nix)
|
||||
./hosts/${config.networking.hostName}.nix;
|
||||
./hosts/FredOS-Gaming.nix
|
||||
./hosts/laptop.nix
|
||||
# Add all your hosts here
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue