aboutsummaryrefslogtreecommitdiff
path: root/modules/base/default.nix
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-10-06 18:37:34 +0000
committerKatharina Fey <kookie@spacekookie.de>2019-10-06 18:37:34 +0000
commita9c661ac0d05669f072733dc673527bed6d98e3a (patch)
tree1cbb679276228cb731da23c43f85db8386c63efc /modules/base/default.nix
parent029100bf230606303e5669c01ffbed192d06c0fd (diff)
<>/git: moving module from workstation to base
Diffstat (limited to 'modules/base/default.nix')
-rw-r--r--modules/base/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base/default.nix b/modules/base/default.nix
index 3c135ad5f30..af9b1868f57 100644
--- a/modules/base/default.nix
+++ b/modules/base/default.nix
@@ -3,6 +3,7 @@
{
imports = [
./fish
+ ./git
./user.nix
];
}