managing-macos

Configure macOS Dock, Finder, Homebrew Cask, and Folder Actions via nix-darwin modules.

4|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/greenheadHQ/nixos-config --skill managing-macos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-macos
Source: https://github.com/greenheadHQ/nixos-config/tree/main/.claude/skills/managing-macos
Command: npx skills add https://github.com/greenheadHQ/nixos-config --skill managing-macos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure macOS/nix-darwin: Dock, Finder, Homebrew Cask, Folder Actions. Trigger: 'darwin-rebuild', 'shottr 설정', 'Folder Actions', 'compress-video', 'upload-immich'.

Core Features & Use Cases

  • Declarative macOS configuration and automation with nix-darwin modules.
  • Centralized management of Dock, Finder, Homebrew Cask, and folder-actions workflows for macOS hosts.
  • Use cases include setting up a new Mac with consistent defaults and automations across environments.

Quick Start

Run nix-darwin to apply the declarative macOS configuration and enable the Dock, Finder, and Folder Actions settings.

Frequently Asked Questions about managing-macos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure macOS Dock and Finder preferences declaratively?

You can configure macOS Dock and Finder preferences declaratively using nix-darwin modules to define system defaults and apply them consistently across hosts. This automates unified desktop management by applying those settings centrally.

What is the best way to automate Homebrew Cask provisioning on a new Mac?

Automating Homebrew Cask provisioning is handled through nix-darwin configuration, allowing you to declare required applications and trigger installations via darwin-rebuild for a consistent setup across personal devices.

Does nix-darwin support Folder Actions and automation triggers like Shottr?

Yes, nix-darwin supports Folder Actions and automation triggers. This Skill documents configurations for Shottr actions, compress-video, and upload-immich workflows alongside standard darwin-rebuild triggers.

Can I manage keyboard hotkeys and secure app configurations with nix-darwin?

Yes, you can manage keyboard hotkeys and secure app configurations with nix-darwin. This Skill provides declarative modules that document and apply secure app management alongside keyboard and hotkey settings across macOS hosts.

How do I run darwin-rebuild to apply declarative macOS settings?

To apply declarative macOS settings, run darwin-rebuild after defining your nix-darwin configuration. This triggers the activation of Dock, Finder, Homebrew Cask, and Folder Actions settings across your macOS host.

What are the limitations of using nix-darwin for macOS desktop management?

Using nix-darwin for macOS desktop management requires understanding the Nix ecosystem and may not cover every proprietary GUI setting. It focuses on declarative configurations for Dock, Finder, Homebrew, and Folder Actions rather than imperative tweaks.