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; allowUnfree = true;
ui.flatpak = { ui.flatpak = {
enable = true; enable = true;
packages = [ packages = [ "com.discordapp.Discord" ];
"com.discordapp.Discord"
"im.riot.Riot" # Element
];
}; };
}; };
# Check Beeper Flatpak status here: https://github.com/daegalus/beeper-flatpak-wip/issues/1
environment.systemPackages = [ pkgs.beeper ];
}; };
} }