Compare commits

..

No commits in common. "f2f589884d5df81efd7c88baa3506b71bbbd23e5" and "66d9b83dc8a8163cbd623b9b8181289c119c8755" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -30,11 +30,6 @@
cp = "cp -r"; cp = "cp -r";
cd = "sl"; cd = "sl";
}; };
initContent = ''
if [[ $TERM == "xterm-kitty" ]]; then
alias ssh="kitty +kitten ssh"
fi
'';
}; };
programs.git = { programs.git = {

View File

@ -50,7 +50,6 @@ in
firejail.enable = true; firejail.enable = true;
wireshark.enable = true; wireshark.enable = true;
bitwarden.enable = true; bitwarden.enable = true;
alacritty.enable = true;
}; };
}; };
} }