Files
nixos-flake/syncthing.nix
T
2026-01-11 23:00:31 +01:00

8 lines
70 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
syncthing
];
}