diff --git a/README.org b/README.org index da58a52..66a9436 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/home/work.nix b/home/work.nix index 1ab566d..9b930b6 100644 --- a/home/work.nix +++ b/home/work.nix @@ -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;