kitty fixes

This commit is contained in:
Quentin Boyer 2021-06-22 16:38:05 +02:00
parent 0432bb06fc
commit c8e2117f40
2 changed files with 4 additions and 1 deletions

View file

@ -8,7 +8,8 @@ in
bitwarden
firefox-wayland
thunderbird
discord
element-desktop
(discord.override { nss = pkgs.nss; })
spotify
signal-desktop

View file

@ -47,6 +47,7 @@ in
cargo-edit
rsync
fd
niv
];
programs = {
@ -124,6 +125,7 @@ in
ls = "${pkgs.exa}/bin/exa --icons";
screenRegion = "${pkgs.slurp}/bin/slurp | ${pkgs.grim}/bin/grim -g - ";
py3 = "nix-shell -p python3 python3.pkgs.matplotlib --run python3";
ssh = "kitty +kitten ssh";
};
};
};