This commit is contained in:
2024-05-07 23:01:42 +01:00
parent 70f63c8f1a
commit 5466e8ad8c
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ghostty = { 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";
}; };
}; };
+1
View File
@@ -218,6 +218,7 @@
feh.enable = true; feh.enable = true;
git = { git = {
enable = true; enable = true;
lfs.enable = true;
diff-so-fancy.enable = true; diff-so-fancy.enable = true;
userEmail = "maloneliam@proton.me"; userEmail = "maloneliam@proton.me";
userName = "Liam Malone"; userName = "Liam Malone";