revert kitty changes
This commit is contained in:
parent
bbe4769719
commit
5a1cff7afd
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
xdg.mimeApps.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
grim
|
||||
libnotify
|
||||
linux-firmware
|
||||
pkgs.qt6.qtwayland
|
||||
mpv
|
||||
gtk3
|
||||
pulseaudio
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue