Apps: re-add Tuba
This commit is contained in:
parent
3b7292302e
commit
c72dcb62b2
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue