Add teams-for-linux back, remove signal-desktop

Plan to add matrix bridges for signal and whatsapp so don't need the
installed applications any more
This commit is contained in:
Evie Litherland-Smith 2024-06-12 07:36:48 +01:00
parent b3202b5ae4
commit 3c9b3dfcac
3 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,7 @@
}: { }: {
imports = [./default.nix]; imports = [./default.nix];
home.packages = with pkgs; [ home.packages = with pkgs; [
teams-for-linux
nomachine-client 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}")
]; ];

View file

@ -23,7 +23,6 @@
libreoffice-fresh libreoffice-fresh
inkscape inkscape
webcord webcord
signal-desktop
swayimg swayimg
swaybg swaybg
(writeShellScriptBin "set-background" '' (writeShellScriptBin "set-background" ''
@ -100,7 +99,6 @@
added = defaultApplications; added = defaultApplications;
removed = { removed = {
"x-scheme-handler/zoomus" = config.xdg.mimeApps.defaultApplications."x-scheme-handler/http"; "x-scheme-handler/zoomus" = config.xdg.mimeApps.defaultApplications."x-scheme-handler/http";
"x-scheme-handler/msteams" = ["teams-for-linux.desktop"];
}; };
}; };
}; };

View file

@ -65,4 +65,5 @@ in {
"x-scheme-handler/ms-word" = ["writer.desktop"]; "x-scheme-handler/ms-word" = ["writer.desktop"];
"x-scheme-handler/ms-powerpoint" = ["impress.desktop"]; "x-scheme-handler/ms-powerpoint" = ["impress.desktop"];
"x-scheme-handler/ms-excel" = ["calc.desktop"]; "x-scheme-handler/ms-excel" = ["calc.desktop"];
"x-scheme-handler/msteams" = ["teams-for-linux.desktop"];
} }