Fix missing call to import git config

This commit is contained in:
Evie Litherland-Smith 2024-05-11 17:30:56 +01:00
parent aa74ae4772
commit 44f1412ace

View file

@ -3,7 +3,10 @@
pkgs, pkgs,
... ...
}: { }: {
imports = [./bottom.nix]; imports = [
./git.nix
./bottom.nix
];
xdg.configFile = let xdg.configFile = let
variants = ["Latte" "Frappe" "Macchiato" "Mocha"]; variants = ["Latte" "Frappe" "Macchiato" "Mocha"];
mkVariant = variant: let mkVariant = variant: let