Compare commits
2 Commits
66d9b83dc8
...
f2f589884d
| Author | SHA1 | Date | |
|---|---|---|---|
| f2f589884d | |||
| 2b7c1d4a64 |
@ -30,6 +30,11 @@
|
||||
cp = "cp -r";
|
||||
cd = "sl";
|
||||
};
|
||||
initContent = ''
|
||||
if [[ $TERM == "xterm-kitty" ]]; then
|
||||
alias ssh="kitty +kitten ssh"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
||||
@ -50,6 +50,7 @@ in
|
||||
firejail.enable = true;
|
||||
wireshark.enable = true;
|
||||
bitwarden.enable = true;
|
||||
alacritty.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user