app-launcehr
This commit is contained in:
parent
875294b8ae
commit
da8304b7e9
1 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,7 @@ with lib; let
|
|||
epkgs.exwm
|
||||
# epkgs.sakomodules
|
||||
epkgs.eglot-booster
|
||||
epkgs.app-launcher
|
||||
];
|
||||
# add eglot-lsp-booster package
|
||||
override = epkgs: epkgs // {
|
||||
|
@ -39,6 +40,16 @@ with lib; let
|
|||
hash = "sha256-vF34ZoUUj8RENyH9OeKGSPk34G6KXZhEZozQKEcRNhs=";
|
||||
};
|
||||
};
|
||||
app-launcher = epkgs.trivialBuild {
|
||||
pname = "app-launcher";
|
||||
version = "d5015e394b0a666a8c7c4d4bdf786266e773b145";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "SebastienWae";
|
||||
repo = "app-launcher";
|
||||
rev = "d5015e394b0a666a8c7c4d4bdf786266e773b145";
|
||||
};
|
||||
};
|
||||
};
|
||||
# override for modules
|
||||
# override = epkgs: epkgs // {
|
||||
|
|
Loading…
Reference in a new issue