install slack

This commit is contained in:
2025-03-11 12:26:41 +01:00
parent 7c969adbf5
commit f814970ded
4 changed files with 102 additions and 3 deletions

View File

@@ -27,6 +27,7 @@
./rofi
./signal
./skanlite
./slack
./spotify
./stack
./telegram

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ slack ];
}