This commit is contained in:
2026-02-16 15:22:05 -07:00
parent b65e4cbdae
commit 144da5d7d7
4 changed files with 13 additions and 5 deletions

View File

@@ -1,9 +1,13 @@
{ pkgs, lib, ... }:
let
ghosttyStub = (pkgs.runCommand "ghostty-stub" { } "mkdir -p $out/bin")
// { meta.mainProgram = "ghostty"; };
in
{
programs.ghostty = {
enable = true;
package = lib.mkForce (pkgs.runCommand "ghostty-stub" { } "mkdir -p $out");
package = lib.mkForce ghosttyStub;
enableZshIntegration = true;

View File

@@ -4,13 +4,17 @@
programs.git = {
enable = true;
userName = "Atridad Lahiji";
userEmail = "me@atri.dad";
signing = {
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILKb+pDgkHEKI7LDWvZbhoLJ11uJMaCmVyAqotDxNOI7 me@atri.dad";
signByDefault = true;
format = "ssh";
};
settings = {
user = {
name = "Atridad Lahiji";
email = "me@atri.dad";
};
};
};
}

View File

@@ -3,6 +3,7 @@
{
programs.ssh = {
enable = true;
enableDefaultConfig = false;
extraConfig = ''
IdentityAgent /Users/atridad/.bitwarden-ssh-agent.sock

View File

@@ -24,7 +24,6 @@
"ngrok"
"pearcleaner"
"zed"
"zulu@17"
];
};
}