Commit graph

10 commits

Author SHA1 Message Date
9b3c078319
Add linting, formatting, and CI with fixes for all warnings
Infrastructure:
- Add deadnix, nixfmt, and statix to flake inputs
- Add formatter output to flake for nix fmt support
- Add deadnix, nixfmt, statix to Home Manager packages
- Add GitHub Actions workflow for CI validation
- Add .pre-commit-config.yaml with hooks for nixfmt, deadnix, and statix
- Support x86_64-darwin in formatter

Statix fixes (W10/W20 warnings):
- Remove unused lambda argument from nixpkgs-settings.nix
- Merge repeated keys in hardware-configuration.nix files (boot.initrd, boot, fileSystems)
- Merge repeated keys in nixnuc/default.nix (services, virtualisation)
- Merge repeated keys in rainbow-planet/default.nix (desktopManager)
- Merge repeated keys in home/general/default.nix (home)

Deadnix fixes (unused declarations):
- Remove unused pkgs/lib/username/http_port arguments from various files
- Fix unused final parameter in overlay functions (final -> _final)

CI/pre-commit fixes:
- Fix pre-commit statix config: add pass_filenames: false
- Fix CI workflow: use nix run nixpkgs# prefix and --ci flag for nixfmt
2026-03-20 22:29:46 -04:00
d451a0ec7b Remove tf 2025-12-01 10:41:45 -05:00
3493687099
Profile switching is now built in 2025-11-10 08:52:55 -05:00
2ae82b376a
Add the cache from sops-nix 2025-09-05 10:12:20 -04:00
79b11225f3
Updated cask names 2025-06-30 09:56:37 -04:00
4696a87825 Upgrading to 25.05 2025-06-11 22:14:36 -04:00
a0f8f65b60
Enable Ghostty 2025-02-08 19:49:28 +01:00
c00d9c2b23
Add Todoist & Transmission 2025-01-20 21:31:13 -05:00
d06c64ffde
Switch to newer meld 2025-01-17 16:07:41 -05:00
f95cc09e13 Restructure Darwin configuration
So far, this is just based on mightymac. The other devices will be
updated soon.
2024-12-07 23:18:12 -05:00
Renamed from modules/system/common/all-darwin.nix (Browse further)