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