update - no xmobar, missing passages

This commit is contained in:
2025-04-20 01:15:08 +02:00
parent 5449978ad9
commit 61a35c611a
8 changed files with 159 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ signal-desktop ];
home.packages = with pkgs; [ signal-desktop-bin ];
}