Move Element to Flatpak / Homebrew

Element seems to need to compile electron every single update and, on
macOS, runs another app called electron that is not of use to me.
Flatpak and Homebrew will work faster and be user friendly all around.
This commit is contained in:
Gene Liverman 2023-12-28 20:18:20 -05:00
parent 3a1bb6f529
commit 4e7b708d4c
5 changed files with 35 additions and 3 deletions

View file

@ -40,6 +40,7 @@
"angry-ip-scanner"
"audacity"
"balenaetcher"
"element"
"firefox"
"font-hack-nerd-font"
"font-inconsolata-g-for-powerline"

View file

@ -49,6 +49,16 @@
security.sudo.wheelNeedsPassword = false;
services = {
flatpak = {
enable = true;
packages = [
"im.riot.Riot"
];
update.auto = {
enable = true;
onCalendar = "daily";
};
};
openssh.enable = true;
tailscale = {
enable = true;