Apps: Replace native chat apps with PWAs
This commit is contained in:
parent
57b3a351fe
commit
d4a737a5ee
|
@ -18,14 +18,8 @@ in
|
|||
allowUnfree = true;
|
||||
ui.flatpak = {
|
||||
enable = true;
|
||||
packages = [
|
||||
"com.discordapp.Discord"
|
||||
"im.riot.Riot" # Element
|
||||
];
|
||||
packages = [ "com.discordapp.Discord" ];
|
||||
};
|
||||
};
|
||||
|
||||
# Check Beeper Flatpak status here: https://github.com/daegalus/beeper-flatpak-wip/issues/1
|
||||
environment.systemPackages = [ pkgs.beeper ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue