Add macOS menu bar spacing configuration
- Create system/ directory for system-level nix-darwin configurations - Add system/macos-defaults.nix with NSStatusItemSpacing and NSStatusItemSelectionPadding settings - Configure optimal spacing (6) and padding (12) values for menu bar items - Use CustomUserPreferences to support options not yet in nix-darwin main - Set system.primaryUser to support user-specific preferences 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6f8b598d81
commit
052a8d74e6
3 changed files with 23 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
|||
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, nixvim, claude-code }:
|
||||
let
|
||||
configuration = { pkgs, ... }: {
|
||||
imports = [
|
||||
./system
|
||||
];
|
||||
|
||||
environment.systemPackages =
|
||||
[ pkgs.vim
|
||||
pkgs.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue