This commit is contained in:
Miguel Palhas
2025-01-23 14:15:17 +00:00
parent 0efa62c8a0
commit 1428e1ff69
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
ledger-live-desktop
];
}