1
0
Fork 0

Apps: Replace native chat apps with PWAs

This commit is contained in:
Aires 2024-11-01 13:53:17 -04:00
parent 57b3a351fe
commit d4a737a5ee

View file

@ -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 ];
};
}