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