Michael Hoang
e2b82ebd0f
Add system.defaults.finder._FXEnableColumnAutoSizing ( #1626 )
2025-11-07 07:42:06 +00:00
Yiyu Zhou
7451154694
Add system.defaults.finder._FXEnableColumnAutoSizing
2025-11-06 14:29:09 -08:00
Michael Hoang
b8c7ac0302
Adapt to a Vim package rename/replacement in Nixpkgs ( #1623 )
2025-11-05 01:01:20 +00:00
Josh Tilles
89abe5ba46
Adapt to a vim pkg rename/replacement in Nixpkgs
...
Addresses an error like the following:
```sh-session
$ sudo darwin-rebuild --verbose --print-build-logs switch
building the system configuration...
fetching git input 'git+file:///private/etc/nix-darwin'
error:
… while evaluating an expression to select 'drvPath' on it
at «internal»:1:552:
… while evaluating strict
at «internal»:1:552:
(stack trace truncated; use '--show-trace' to show the full trace)
error: 'vim_configurable' has been renamed to/replaced by 'vim-full'
```
See <853d9f31ea >
Fixes nix-darwin/nix-darwin#1622
2025-11-04 17:31:53 -05:00
Michael Hoang
69921864a7
dnsmasq: make the daemon wait for the nix store to be mounted ( #1620 )
2025-11-03 16:12:48 +00:00
Wigger Boelens
682de76b1e
dnsmasq: make the daemon wait for the nix store to be mounted
...
This resolves the issue of the daemon not starting because the nix store is not yet mounted
Signed-off-by: Wigger Boelens <me@wigger.email>
2025-11-03 15:54:39 +01:00
Sam
c3c8c9f2a5
feat(trackpad): add additional trackpad and gesture support ( #1591 )
Test / test-stable (push) Has been cancelled
Test / install-against-stable (push) Has been cancelled
Test / install-flake (push) Has been cancelled
Update website / Build (push) Has been cancelled
Update website / Deploy (push) Has been cancelled
2025-11-01 23:27:41 +00:00
Sam
fc4e3dbe40
feat: make persistent-others similar to the new persistent-apps ( #1431 )
2025-11-01 18:33:40 +00:00
Michael Hoang
7cd9aac79e
networking: modify firewall settings only if explicitly set ( #1614 )
2025-10-24 21:06:27 +00:00
Ryan Cao
a4ecab1763
networking: modify firewall settings only if explicitly set
2025-10-24 14:23:07 +01:00
Michael Hoang
c3211fcd0c
dnsmasq: add servers option for upstream DNS configuration ( #1611 )
Test / test-stable (push) Has been cancelled
Test / install-against-stable (push) Has been cancelled
Test / install-flake (push) Has been cancelled
Update website / Build (push) Has been cancelled
Update website / Deploy (push) Has been cancelled
2025-10-17 17:14:42 +00:00
Wigger Boelens
1204e79a1e
dnsmasq: add servers option for upstream DNS configuration
...
Adds a new `services.dnsmasq.servers` option to configure upstream DNS servers. This allows users to specify which DNS servers dnsmasq should forward queries to, supporting domain-specific routing and custom ports.
When empty (default), dnsmasq uses servers from /etc/resolv.conf.
Signed-off-by: Wigger Boelens <me@wigger.email>
2025-10-17 13:05:13 +02:00
Michael Hoang
9a9ab01072
#1608 : aerospace: add option for colemak key-mapping ( #1609 )
Test / test-stable (push) Has been cancelled
Test / install-against-stable (push) Has been cancelled
Test / install-flake (push) Has been cancelled
Update website / Build (push) Has been cancelled
Update website / Deploy (push) Has been cancelled
2025-10-13 06:56:23 +00:00
Nelson Tam
a9f953b682
aerospace: add option for colemak key-mapping
2025-10-13 17:02:03 +11:00
Michael Hoang
c48e963a55
telegraf: set HOME to avoid crash at startup ( #1598 )
Test / test-stable (push) Has been cancelled
Test / install-against-stable (push) Has been cancelled
Test / install-flake (push) Has been cancelled
Update website / Build (push) Has been cancelled
Update website / Deploy (push) Has been cancelled
2025-09-25 13:02:32 +00:00
Jörg Thalheim
49eedd3d2a
telegraf: set HOME to avoid crash at startup
...
https://github.com/nix-community/infra/pull/1982
2025-09-25 09:14:03 +02:00
Michael Hoang
25381509d5
Correct enum values for system.defaults.NSGlobalDomain.AppleIconAppearanceTheme ( #1596 )
Test / test-stable (push) Has been cancelled
Test / install-against-stable (push) Has been cancelled
Test / install-flake (push) Has been cancelled
Update website / Build (push) Has been cancelled
Update website / Deploy (push) Has been cancelled
2025-09-21 09:44:43 +00:00
Quintus Cardozo
5206a9fd30
Correct enum values for system.defaults.NSGlobalDomain.AppleIconAppearanceTheme
2025-09-21 13:59:38 +10:00
Michael Hoang
7be9c1b136
Add system.defaults.NSGlobalDomain.AppleIconAppearanceTheme ( #1593 )
2025-09-20 16:52:53 +00:00
Quintus Cardozo
5eb53f6003
Add test for system.defaults.NSGlobalDomain.AppleIconAppearanceTheme
2025-09-21 02:12:35 +10:00
Quintus Cardozo
3c7396a09c
Add system.defaults.NSGlobalDomain.AppleIconAppearanceTheme
2025-09-19 13:58:48 +10:00
Dusty Pomerleau
d55543d033
feat(trackpad): add additional trackpad and gesture support:
...
To `system.defaults.trackpad`, add:
```
ActuateDetents
DragLock
ForceSuppressed
TrackpadCornerSecondaryClick
TrackpadFourFingerHorizSwipeGesture
TrackpadFourFingerPinchGesture
TrackpadFourFingerVertSwipeGesture
TrackpadMomentumScroll
TrackpadPinch
TrackpadRotate
TrackpadThreeFingerHorizSwipeGesture
TrackpadThreeFingerTapGesture
TrackpadThreeFingerVertSwipeGesture
TrackpadTwoFingerDoubleTapGesture
TrackpadTwoFingerFromRightEdgeSwipeGesture
```
To `system.defaults.dock` add:
```
showAppExposeGestureEnabled
showDesktopGestureEnabled
showLaunchpadGestureEnabled
showMissionControlGestureEnabled
```
2025-09-18 11:36:57 +10:00
Sam
ebd0bfc11f
defaults: add NSGlobalDomain.NSStatusItem{Spacing,SelectionPadding} ( #1310 )
Test / test-stable (push) Has been cancelled
Test / install-against-stable (push) Has been cancelled
Test / install-flake (push) Has been cancelled
Update website / Build (push) Has been cancelled
Update website / Deploy (push) Has been cancelled
2025-09-17 09:55:40 +00:00
Maarten Staa
ac7999d72d
Add NSStatusItemSpacing and NSStatusItemSelectionPadding
...
Add `NSStatusItemSpacing` and `NSStatusItemSelectionPadding` to `NSGlobalDomain`
options.
These options control the spacing between and padding inside status icons in the
menu bar. With these options, it's possible to squeeze more items on the menu
bar, something that's especially useful on machines with a notch.
This is a copy of #872 , which was closed without being merged.
Co-Authored-By: Rob Harrop <rob@robharrop.dev>
2025-09-17 09:51:34 +02:00
Michael Hoang
830b3f0b50
Fix typo in Nix module ( #1585 )
Test / test-stable (push) Has been cancelled
Test / install-against-stable (push) Has been cancelled
Test / install-flake (push) Has been cancelled
Update website / Build (push) Has been cancelled
Update website / Deploy (push) Has been cancelled
2025-09-09 15:02:04 +00:00
Luc Perkins
55106a887e
Fix typo in Nix module
2025-09-09 16:38:50 +02:00
Michael Hoang
15f067638e
github-runner: fix the nodeRuntimes option ( #1582 )
2025-09-06 03:54:02 +00:00
Michael Hoang
d7c9b35913
github-runner: add support for node24 ( #1573 )
2025-09-06 03:51:15 +00:00
Sam
eaacfa1101
apply should return null if the argument is not a list (#1581 )
2025-09-04 19:58:58 +00:00
Nathan Henrie
349b2c66a9
apply should return null if the argument is not a list
...
Fixes https://github.com/nix-darwin/nix-darwin/issues/1578
2025-09-04 13:34:55 -06:00
Sander
165ff3069d
tests: remove placeholder package override in github-runner test
2025-08-29 13:34:15 +02:00
Sander
f910ac37b6
github-runner: fix the nodeRuntimes option
...
The conditional override was intended to be backwards-compatible with older runner packages without the `nodeRuntimes` argument.
However, `override` doesn't yield default arguments, so the override was never applied.
This commit removes the conditional entirely since `nodeRuntimes` was added back in 24.05.
2025-08-28 12:51:30 +02:00
Sam
8df64f8196
Application 'linking' done right ( #1396 )
2025-08-22 01:17:29 +00:00
Sam
3a0a38a1e7
launchd+defaults: Escape XML generated by toPlist ( #1529 )
2025-08-21 04:49:33 +00:00
Sander
7d6644bdb6
github-runner: add support for node24
2025-08-18 16:45:51 +02:00
Sam
7220b01d67
programs/fish: add shellAbbrs config ( #1563 )
2025-08-15 16:23:30 +00:00
Sam
f5ad8e3e76
ci: bump macOS version (13 -> 14) ( #1569 )
2025-08-15 15:57:17 +00:00
Sam
585cd058e8
ci: bump macOS version (13 -> 14)
...
The runners from macOS 14 on default to aarch64, so this will also
transition us away from x86_64
2025-08-14 20:53:51 -07:00
Elliot
6f24595362
fish: add shellAbbrs config
...
Co-authored-by: Sam <30577766+Samasaur1@users.noreply.github.com>
2025-08-14 14:56:43 +08:00
Linnnus
f0b44d6854
Add eval warning
2025-08-09 17:39:49 +02:00
Linnnus
23acc59c99
Update tests
...
Tests that search for specific commands in the generated activation
script obviously need updating.
2025-07-01 21:05:30 +02:00
Linnnus
66911b7d16
Remove manual escaping
2025-07-01 21:04:57 +02:00
Linnnus
423929a533
Escape XML generated by toPlist
2025-07-01 18:50:11 +02:00
Sam
e04a388232
readme: bump nixpkgs stable version; update flake guide ( #1521 )
2025-06-30 20:05:18 +00:00
iLillie
a79b28f2fa
readme: update flake guide
2025-06-30 17:12:57 +02:00
iLillie
b866fbb28b
readme: bump nix stable version
2025-06-30 17:12:14 +02:00
Sam
425c929e20
github-runner/service.nix: fix missing argument in workDir assertion ( #1526 )
2025-06-30 07:55:51 +00:00
ed9w2in6
8828770125
fix: add test cases and expected output
2025-06-30 05:57:03 +08:00
ed9w2in6
44c5d10416
fix: prevent example of persistent-others from evaluating
2025-06-30 05:40:34 +08:00
ed9w2in6
5875113d74
feat: make persistent-others similar to the new persistent-apps
...
This is backward compatible via convertion function provided for
coercedTo.
Fixes : #968 , #982 , #1398
2025-06-30 05:40:34 +08:00