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; [ packages = with pkgs; [
firefox firefox
kate kate
teams
]; ];
initialPassword = "changeme"; initialPassword = "changeme";
shell = pkgs.fish; shell = pkgs.fish;