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:
parent
b3202b5ae4
commit
3c9b3dfcac
|
@ -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}")
|
||||||
];
|
];
|
||||||
|
|
|
@ -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"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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"];
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue