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, ... }:
|
{ 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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue