revert kitty changes

This commit is contained in:
ooks-io 2023-07-31 22:54:57 +12:00
parent bbe4769719
commit 5a1cff7afd
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,9 @@
xdg.mimeApps.enable = true;
home.packages = with pkgs; [
grim
libnotify
linux-firmware
pkgs.qt6.qtwayland
mpv
gtk3
pulseaudio

View file

@ -28,6 +28,7 @@ in
window_padding_width = 5;
foreground = "#${colors.base05}";
background = "#${colors.base00}";
background_opacity = "1.0";
selection_background = "#${colors.base05}";
selection_foreground = "#${colors.base00}";
url_color = "#${colors.base04}";