1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-07-01 22:50:57 +02:00
parent c1893dd388
commit 11c5757aa3
No known key found for this signature in database

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.mattermost-desktop
];
}