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