This commit is contained in:
Miguel Palhas
2025-10-22 11:20:03 +01:00
parent e17d9b8278
commit c9a4f52c31
4 changed files with 33 additions and 38 deletions
-6
View File
@@ -1,6 +0,0 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
ledger-live-desktop
];
}