Add back whatsapp-for-linux

This commit is contained in:
Evie Litherland-Smith 2023-12-17 09:54:59 +00:00
parent e8ec776c2b
commit 0d0aabf2b9
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
{ config, lib, pkgs, ... }: {
home.packages = with pkgs; [ grim slurp signal-desktop webcord ];
home.packages = with pkgs; [
grim
slurp
signal-desktop
whatsapp-for-linux
webcord
];
imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ];
services = {
avizo.enable = true;

View file

@ -64,8 +64,8 @@
"Microsoft Teams - (.*)" = "󰊻 $1";
"Microsoft Teams classic" = "󰊻";
"Microsoft 365 - (.*)" = "󰏆 $1";
"WhatsApp Web" = "󰖣";
"Signal" = "󰒢";
"whatsapp-for-linux" = "󰖣";
"(.*)WebCord - (.*)" = "$1󰙯 $2";
"NoMachine - (.*)" = "󰢹 $1";
};