add ghostty
This commit is contained in:
parent
6b966473e5
commit
d6b56e9e5e
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -163,6 +163,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
|
ghostty = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "markus@heurung.net";
|
userEmail = "markus@heurung.net";
|
||||||
|
|
Loading…
Reference in a new issue