Compare commits
No commits in common. "f2f589884d5df81efd7c88baa3506b71bbbd23e5" and "66d9b83dc8a8163cbd623b9b8181289c119c8755" have entirely different histories.
f2f589884d
...
66d9b83dc8
@ -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 = {
|
||||||
|
|||||||
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user