feat: Added attic-client

This commit is contained in:
2026-02-11 17:53:27 +05:30
parent bb68711814
commit 54c5cf932d
2 changed files with 2 additions and 0 deletions

1
home/programs/attic.nix Normal file
View File

@@ -0,0 +1 @@
{pkgs, ...}: {home.packages = [pkgs.attic-client];}

View File

@@ -78,5 +78,6 @@
./yazi.nix ./yazi.nix
./yt-dlp.nix ./yt-dlp.nix
./zoxide.nix ./zoxide.nix
./attic.nix
]; ];
} }