mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
11 lines
279 B
Nix
11 lines
279 B
Nix
{ pkgs, ... }:
|
|
{
|
|
time = "2025-11-27T07:22:14+00:00";
|
|
condition = pkgs.stdenv.hostPlatform.isDarwin;
|
|
message = ''
|
|
A new module is available: 'programs.infat'.
|
|
Infat is a command line tool to set default openers
|
|
for file formats and url schemes on macOS.
|
|
'';
|
|
}
|