diff --git a/home/home.nix b/home/home.nix index 4215c13..2442298 100644 --- a/home/home.nix +++ b/home/home.nix @@ -175,6 +175,13 @@ in programs.git-credential-oauth.enable = true; + programs.kitty = { + enable = true; + enableGitIntegration = true; + font.name = "IBM Plex Mono"; + shellIntegration.enableBashIntegration = true; + }; + programs.mpv = { enable = true; config = {