added missing packages to otter launcher
This commit is contained in:
@@ -40,6 +40,10 @@
|
|||||||
}: {
|
}: {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
package = inputs.otter-launcher.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
package = inputs.otter-launcher.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||||
|
runtimePkgs = with pkgs; [
|
||||||
|
fsel
|
||||||
|
bluetui
|
||||||
|
];
|
||||||
flags = {
|
flags = {
|
||||||
"-c" = final-config;
|
"-c" = final-config;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user