Apps: Replace native chat apps with PWAs
This commit is contained in:
parent
57b3a351fe
commit
d4a737a5ee
|
@ -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 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue