alpha
Login
or
Join now
ilak.ch
/
work-nix-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configuration for employer
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
work-nix-config
/
hosts
/
work
/
at
main
9 files
Ivan Ilak
style: address statix warnings from phase 1 edits
2mo ago
6661c54c
additional_config_parameters.nix
refactor: drop literal email + hardcoded user paths - home.nix: take userEmail from config.infra.emails.work instead of the literal "ivan.ilak@mxwbio.com". The infra.emails.work option already existed in nix-modules; nothing else changed. - additional_config_parameters.nix: use rec self-references to drive homeDir from infra.host.user, and sshAuthSock from infra.host.homeDir. Drv for darwinConfigurations.work is byte-identical to baseline.
2 months ago
fonts.nix
refactor: split work macbook.nix into focused files Mirror the plessur layout: extract overlays, nix-settings, fonts, and user/home-manager wiring into separate files. macbook.nix becomes a thin composition module. environment.systemPackages stays in macbook.nix so its merge order vs the darwin modules' contributions is preserved — drv is byte-identical to baseline.
2 months ago
home.nix
refactor: drop literal email + hardcoded user paths - home.nix: take userEmail from config.infra.emails.work instead of the literal "ivan.ilak@mxwbio.com". The infra.emails.work option already existed in nix-modules; nothing else changed. - additional_config_parameters.nix: use rec self-references to drive homeDir from infra.host.user, and sshAuthSock from infra.host.homeDir. Drv for darwinConfigurations.work is byte-identical to baseline.
2 months ago
macbook.nix
style: address statix warnings from phase 1 edits - nix-darwin.nix: empty `{ ... }:` -> `_:` in the inline nix-homebrew config module. - macbook.nix: `{ nixpkgs-unstable = inputs.nixpkgs-unstable; }` -> `{ inherit (inputs) nixpkgs-unstable; }` for the fish-unstable call. Drv is byte-identical (verified pre/post).
2 months ago
nix-darwin.nix
style: address statix warnings from phase 1 edits - nix-darwin.nix: empty `{ ... }:` -> `_:` in the inline nix-homebrew config module. - macbook.nix: `{ nixpkgs-unstable = inputs.nixpkgs-unstable; }` -> `{ inherit (inputs) nixpkgs-unstable; }` for the fish-unstable call. Drv is byte-identical (verified pre/post).
2 months ago
nix-settings.nix
refactor: split work macbook.nix into focused files Mirror the plessur layout: extract overlays, nix-settings, fonts, and user/home-manager wiring into separate files. macbook.nix becomes a thin composition module. environment.systemPackages stays in macbook.nix so its merge order vs the darwin modules' contributions is preserved — drv is byte-identical to baseline.
2 months ago
overlays.nix
refactor: split work macbook.nix into focused files Mirror the plessur layout: extract overlays, nix-settings, fonts, and user/home-manager wiring into separate files. macbook.nix becomes a thin composition module. environment.systemPackages stays in macbook.nix so its merge order vs the darwin modules' contributions is preserved — drv is byte-identical to baseline.
2 months ago
packages.nix
refactor: drop flakeRoot specialArg Remove `flakeRoot = inputs.self;` from nix-darwin.nix and stop passing `flakeRoot = inputs.nix-modules` to shared_packages.nix, which now uses relative imports internally.
2 months ago
user.nix
refactor: split work macbook.nix into focused files Mirror the plessur layout: extract overlays, nix-settings, fonts, and user/home-manager wiring into separate files. macbook.nix becomes a thin composition module. environment.systemPackages stays in macbook.nix so its merge order vs the darwin modules' contributions is preserved — drv is byte-identical to baseline.
2 months ago