Create git.nix
This commit is contained in:
parent
929efa6dcf
commit
959d79ab58
1 changed files with 8 additions and 0 deletions
8
git.nix
Normal file
8
git.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./hosts/${config.networking.hostName}.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue