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
|
# Restart again so that service picks up available ports
|
||||||
systemctl --user restart davmail.service
|
systemctl --user restart davmail.service
|
||||||
#+end_src
|
#+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];
|
imports = [./default.nix];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
twinkle
|
twinkle
|
||||||
zoom-us
|
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
nomachine-client
|
(writeShellScriptBin "ukaea-vpn-connect"
|
||||||
(writeShellScriptBin "ukaea-vpn-connect" "sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
|
"sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
git.userEmail = config.accounts.email.accounts.outlook.address;
|
git.userEmail = config.accounts.email.accounts.outlook.address;
|
||||||
|
|
Reference in a new issue