update - without oranchelo

This commit is contained in:
2025-03-06 09:59:21 +01:00
parent 1ea65ce49a
commit 56d5ce4a9f
3 changed files with 17 additions and 0 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 ];
}