Commit graph

18 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
5047d93b86
Restructure modules/shared and update all imports
- Rename modules/hosts/common to modules/shared
- Split shared into home/general, home/linux, and nixos subdirectories
- Update all import paths in lib/ and modules/hosts/
- Fix hardcoded /Users/ path to use config.home.homeDirectory
- Update .sops.yaml path for secrets
2026-03-14 00:10:30 -04:00
09331ea14a Update token 2025-12-30 16:54:37 -05:00
83fd1baaca VLC needs Java for Blu-ray menus 2025-12-30 16:47:14 -05:00
4cf44e6978 angryipscanner won't build right now 2025-12-30 16:46:51 -05:00
f8d6258cfd
Add rclone to all NixOS hosts 2025-09-05 08:52:20 -04:00
4696a87825 Upgrading to 25.05 2025-06-11 22:14:36 -04:00
9f0baa6337 smartd adjustments
Not all my systems support smartd...
2025-06-08 19:45:13 -04:00
0480d793f1 Make VLC on BigBoy play Bluray disks 2025-04-12 15:22:01 -04:00
f0c351cbbe Cleanup + a few apps 2024-12-31 15:57:27 -05:00
8ecb7ab408 Switching BigBoy back to NixOS 2024-12-30 23:39:10 -05:00
23de2ed5a2 Rename home manager user settings files 2024-12-08 08:52:33 -05:00
d72f1264b2 NixOS restructuring, move common imports to lib 2024-12-08 00:47:47 -05:00
eead479245 Pass inputs around instead of each individual input 2024-12-04 21:39:03 -05:00
bae990279c Replace absolute path /home
In 24.11 this is no longer allowed but is easy to grab from config
2024-12-02 21:43:50 -05:00
325313686a Add Handbrake 2024-06-14 20:55:34 -04:00
569d1eb231 Switch to grub, chainload Kubuntu's grub menu 2024-06-12 23:33:02 -04:00
7292d10cd6 Initial setup of bigboy dual booted 2024-06-12 22:46:36 -04:00