diff --git a/flake.nix b/flake.nix index 8664182..a9e8fd4 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; ghostty = { - url = "git+ssh://git@github.com/mitchellh/ghostty"; + url = "git+ssh://git@github.com/mitchellh/ghostty.git"; + # url = "git+ssh://git@github.com:mitchellh/ghostty"; }; }; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 1020a39..8d9b36c 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -218,6 +218,7 @@ feh.enable = true; git = { enable = true; + lfs.enable = true; diff-so-fancy.enable = true; userEmail = "maloneliam@proton.me"; userName = "Liam Malone";