add kitty terminal fix and sudo env preservation

This commit is contained in:
Thilo Billerbeck 2024-10-12 19:06:31 +02:00
commit 6490aa4861
2 changed files with 4 additions and 0 deletions
home-manager/modules

View file

@ -58,6 +58,9 @@ in
'')
(callPackage ./../pkgs/toggl-time-grouper/package.nix { inherit python3Packages; })
(callPackage ./../pkgs/extract.nix { inherit pkgs; })
(pkgs.writeShellScriptBin "kitty-term-fix" ''
infocmp -a xterm-kitty | ssh $1 tic -x -o \~/.terminfo /dev/stdin
'')
nixpkgs-fmt
ddev
act