From c8e2117f403a97fb714b481b50b07d8987f5733c Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Tue, 22 Jun 2021 16:38:05 +0200 Subject: [PATCH] kitty fixes --- graphical.nix | 3 ++- home.nix | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/graphical.nix b/graphical.nix index 734b00e..99e867b 100644 --- a/graphical.nix +++ b/graphical.nix @@ -8,7 +8,8 @@ in bitwarden firefox-wayland thunderbird - discord + element-desktop + (discord.override { nss = pkgs.nss; }) spotify signal-desktop diff --git a/home.nix b/home.nix index 44eebba..c2c19a5 100644 --- a/home.nix +++ b/home.nix @@ -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"; }; }; };