From 44f1412ace9ec268d21d6cbde589541b37e52e95 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 11 May 2024 17:30:56 +0100 Subject: [PATCH] Fix missing call to import git config --- programs/shell/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/programs/shell/default.nix b/programs/shell/default.nix index 3eb7b51..9277819 100644 --- a/programs/shell/default.nix +++ b/programs/shell/default.nix @@ -3,7 +3,10 @@ pkgs, ... }: { - imports = [./bottom.nix]; + imports = [ + ./git.nix + ./bottom.nix + ]; xdg.configFile = let variants = ["Latte" "Frappe" "Macchiato" "Mocha"]; mkVariant = variant: let