remove kitty
This commit is contained in:
parent
b94004651a
commit
4c230c7e8a
2 changed files with 8 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
services.openssh.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
kitty.terminfo
|
||||
#kitty.terminfo
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [22];
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
|
|
|
@ -20,7 +20,8 @@ desktop: {pkgs, ...}: {
|
|||
enable = true;
|
||||
};
|
||||
initExtraBeforeCompInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||
initExtra = ''
|
||||
/*
|
||||
initExtra = ''
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
test -n "$KITTY_INSTALLATION_DIR" || export KITTY_INSTALLATION_DIR=${pkgs.kitty}/lib/kitty
|
||||
|
@ -29,6 +30,7 @@ desktop: {pkgs, ...}: {
|
|||
kitty-integration
|
||||
unfunction kitty-integration
|
||||
'';
|
||||
*/
|
||||
plugins = [
|
||||
];
|
||||
};
|
||||
|
@ -53,9 +55,11 @@ desktop: {pkgs, ...}: {
|
|||
// (
|
||||
if desktop
|
||||
then {
|
||||
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
||||
/*
|
||||
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
||||
d = "${pkgs.kitty}/bin/kitty +kitten diff";
|
||||
hg = "${pkgs.kitty}/bin/kitty +kitten hyperlinked_grep";
|
||||
*/
|
||||
cargo = "${pkgs.cargo-mommy}/bin/cargo-mommy";
|
||||
}
|
||||
else {}
|
||||
|
@ -63,7 +67,6 @@ desktop: {pkgs, ...}: {
|
|||
packages = with pkgs;
|
||||
[
|
||||
mosh
|
||||
yubico-piv-tool
|
||||
ripgrep
|
||||
gh
|
||||
htop
|
||||
|
@ -86,6 +89,7 @@ desktop: {pkgs, ...}: {
|
|||
picard
|
||||
easytag
|
||||
alejandra
|
||||
yubico-piv-tool
|
||||
]
|
||||
else []
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue