Add back whatsapp-for-linux
This commit is contained in:
parent
e8ec776c2b
commit
0d0aabf2b9
|
@ -1,5 +1,11 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ 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 ];
|
imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ];
|
||||||
services = {
|
services = {
|
||||||
avizo.enable = true;
|
avizo.enable = true;
|
||||||
|
|
|
@ -64,8 +64,8 @@
|
||||||
"Microsoft Teams - (.*)" = " $1";
|
"Microsoft Teams - (.*)" = " $1";
|
||||||
"Microsoft Teams classic" = "";
|
"Microsoft Teams classic" = "";
|
||||||
"Microsoft 365 - (.*)" = " $1";
|
"Microsoft 365 - (.*)" = " $1";
|
||||||
"WhatsApp Web" = "";
|
|
||||||
"Signal" = "";
|
"Signal" = "";
|
||||||
|
"whatsapp-for-linux" = "";
|
||||||
"(.*)WebCord - (.*)" = "$1 $2";
|
"(.*)WebCord - (.*)" = "$1 $2";
|
||||||
"NoMachine - (.*)" = " $1";
|
"NoMachine - (.*)" = " $1";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue