yggdrasil: matrix client

This commit is contained in:
Christoph Hollizeck 2026-03-26 10:35:42 +01:00
parent 79ff9db5a9
commit 883e69214b
2 changed files with 7 additions and 0 deletions

View file

@ -263,6 +263,9 @@
} }
{ {
matches = [ matches = [
{
app-id = "Element";
}
{ {
app-id = "discord"; app-id = "discord";
} }
@ -295,6 +298,9 @@
{ {
app-id = "discord"; app-id = "discord";
} }
{
app-id = "Element";
}
{ {
app-id = "steam"; app-id = "steam";
title = "Friends List.*"; title = "Friends List.*";

View file

@ -5,6 +5,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
discord discord
teamspeak6-client teamspeak6-client
element-desktop
]; ];
programs.obs-studio = { programs.obs-studio = {