This commit is contained in:
Sakooooo 2024-07-19 03:25:31 +04:00
parent b82cd9745d
commit c308a3005f

View file

@ -23,7 +23,7 @@ with lib; let
epkgs.exwm
# epkgs.sakomodules
epkgs.eglot-booster
epkgs.app-launcher
epkgs.applauncher
];
# add eglot-lsp-booster package
override = epkgs: epkgs // {
@ -41,7 +41,7 @@ with lib; let
};
};
app-launcher = epkgs.melpaBuild {
pname = "app-launcher";
pname = "applauncher";
version = "d5015e394b0a666a8c7c4d4bdf786266e773b145";
src = pkgs.fetchFromGitHub {