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