mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-12-04 11:40:27 +01:00
add kitty terminal fix and sudo env preservation
This commit is contained in:
parent
a32359e19a
commit
6490aa4861
2 changed files with 4 additions and 0 deletions
home-manager/modules
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue