Add extra programs for whatsapp, discord (webcord) and teams

Replace installed chromium PWAs
This commit is contained in:
Evie Litherland-Smith 2023-12-12 14:12:05 +00:00
parent 68cb30322c
commit 99e8c441fb

View file

@ -1,5 +1,12 @@
{ config, lib, pkgs, ... }: {
home.packages = with pkgs; [ grim slurp signal-desktop ];
home.packages = with pkgs; [
grim
slurp
signal-desktop
webcord
whatsapp-for-linux
teams-for-linux
];
imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ];
services = {
avizo.enable = true;
@ -37,6 +44,7 @@
"x-scheme-handler/https" = [ "firefox.desktop" ];
"x-scheme-handler/about" = [ "firefox.desktop" ];
"x-scheme-handler/chrome" = [ "firefox.desktop" ];
"x-scheme-handler/msteams" = [ "teams-for-linux.desktop" ];
"application/x-extension-htm" = [ "firefox.desktop" ];
"application/x-extension-html" = [ "firefox.desktop" ];
"application/x-extension-shtml" = [ "firefox.desktop" ];