diff --git a/home/home.nix b/home/home.nix index b455842..cadc137 100644 --- a/home/home.nix +++ b/home/home.nix @@ -206,13 +206,7 @@ programs.git-credential-oauth.enable = true; - programs.kitty = { - enable = true; - enableGitIntegration = true; - font.name = "IBM Plex Mono"; - shellIntegration.enableBashIntegration = true; - themeFile = "Catppuccin-Mocha"; - }; + programs.htop.enable = true; programs.mpv = { enable = true;