Remove zoom and nomachine, use flathub instead
This commit is contained in:
parent
0effbc884d
commit
62a5615a2c
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue