correct paths

This commit is contained in:
Andreas Zweili 2021-12-22 18:28:56 +01:00
parent 7f92f22aaf
commit b48f053bfc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
imports = [
./common.nix
./common
./software/git
];

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
./common.nix
./common
./software/git
];
programs.git.userEmail = "zweili@contria.com";