nix/config/packages/productivity.nix
2025-08-29 21:59:11 +02:00

9 lines
185 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
papis
keepassxc # Password manager (Linux/Windows/macOS)
syncthing # File synchronization (cross-platform)
];
}