This commit is contained in:
Adithya 2023-09-09 21:37:15 +05:30
parent 30fa87189b
commit ff40f77d9f
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,5 +1,5 @@
{pkgs, ...}: let
dracula = pkgs.fetchFromGitHub {
dracula-kitty = pkgs.fetchFromGitHub {
owner = "dracula";
repo = "kitty";
rev = "87717a3f00e3dff0fc10c93f5ff535ea4092de70";
@ -23,7 +23,7 @@ in {
sync_to_monitor yes
shell_integration disabled
include ${dracula}/dracula.conf
include ${dracula-kitty}/dracula.conf
'';
settings = {
enable_audio_bell = false;