Merge branch 'master' of ssh://git.nx2.site:20022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-06 19:09:03 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ lib.mkIf (user != "tv")
ipy = "ipython"; ipy = "ipython";
c = "codium"; c = "codium";
g = "git"; g = "git";
lzg = "lazygit";
# gst = "git status"; # gst = "git status";
gps = "git push"; gps = "git push";
gpl = "git pull"; gpl = "git pull";

View File

@@ -12,7 +12,7 @@
enable = true; enable = true;
verbose = true; verbose = true;
sshKeys = [ sshKeys = [
"97081264F7FD72D890D496E839AA9A4C7892A7D8" # [A] Sub Key from Master Key "97081264F7FD72D890D496E839AA9A4C7892A7D8" # Keygrip (not Fingerprint!) of [A] Subkey
]; ];
enableSshSupport = true; enableSshSupport = true;
enableFishIntegration = true; enableFishIntegration = true;