mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
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:
parent
3a1bb6f529
commit
4e7b708d4c
5 changed files with 35 additions and 3 deletions
|
|
@ -40,6 +40,7 @@
|
|||
"angry-ip-scanner"
|
||||
"audacity"
|
||||
"balenaetcher"
|
||||
"element"
|
||||
"firefox"
|
||||
"font-hack-nerd-font"
|
||||
"font-inconsolata-g-for-powerline"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue