Remove zoom and nomachine, use flathub instead

This commit is contained in:
Evie Litherland-Smith 2024-06-18 11:29:13 +01:00
parent 0effbc884d
commit 62a5615a2c
2 changed files with 6 additions and 3 deletions

View file

@ -81,3 +81,7 @@ On first run (or if token expires), stop systemd service and run manually to com
# Restart again so that service picks up available ports
systemctl --user restart davmail.service
#+end_src
* Flathub setup
#+begin_src bash
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
#+end_src

View file

@ -7,10 +7,9 @@
imports = [./default.nix];
home.packages = with pkgs; [
twinkle
zoom-us
teams-for-linux
nomachine-client
(writeShellScriptBin "ukaea-vpn-connect" "sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
(writeShellScriptBin "ukaea-vpn-connect"
"sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
];
programs = {
git.userEmail = config.accounts.email.accounts.outlook.address;