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