Add Microsoft Teams to nixpad config

This commit is contained in:
floppydiskette 2023-04-26 10:50:15 +01:00
parent 352c185687
commit c9f84b9e69

View file

@ -96,6 +96,7 @@
packages = with pkgs; [
firefox
kate
teams
];
initialPassword = "changeme";
shell = pkgs.fish;