Add back whatsapp-for-linux
This commit is contained in:
parent
e8ec776c2b
commit
0d0aabf2b9
|
@ -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;
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
"Microsoft Teams - (.*)" = " $1";
|
||||
"Microsoft Teams classic" = "";
|
||||
"Microsoft 365 - (.*)" = " $1";
|
||||
"WhatsApp Web" = "";
|
||||
"Signal" = "";
|
||||
"whatsapp-for-linux" = "";
|
||||
"(.*)WebCord - (.*)" = "$1 $2";
|
||||
"NoMachine - (.*)" = " $1";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue