1
0
Fork 0

Apps: re-add Tuba

This commit is contained in:
Aires 2024-11-03 11:06:39 -05:00
parent 3b7292302e
commit c72dcb62b2

View file

@ -1,9 +1,4 @@
{ { config, lib, ... }:
pkgs,
config,
lib,
...
}:
let let
cfg = config.aux.system.apps.social; cfg = config.aux.system.apps.social;
@ -18,7 +13,10 @@ in
allowUnfree = true; allowUnfree = true;
ui.flatpak = { ui.flatpak = {
enable = true; enable = true;
packages = [ "com.discordapp.Discord" ]; packages = [
"com.discordapp.Discord"
"dev.geopjr.Tuba"
];
}; };
}; };
}; };