Alex Hamilton

Results 6 issues of Alex Hamilton

I recently upgraded to a new `uom` version and was struck by the increase in compile time I observed. While it's not a real issue, I began to wonder if...

I'd like to be able to enable a `stub` feature (or whatever) and be able to use `rppal` GPIO functions on CI (which obviously isn't a Raspberry Pi). I [currently](https://github.com/Aehmlo/deoxy/blob/restructure/src/pin.rs)...

enhancement

### Description This PR adds the `programs.bash.package` option to allow specifying which `bash` package to install (default `pkgs.bashInteractive`). This brings `bash` to parity with `fish`, `zsh`, and `nushell`, which already...

shell

### Description The `jj` tool loads its configuration from [a platform-dependent location](https://github.com/martinvonz/jj/blob/a9953b3fb0713b792541930bf880f6e0d93ede91/docs/config.md#user-config-file). On Darwin, it looks in `~/Library/Application Support/jj`. This revision updates the `programs.jujutsu` module to serialize the generated configuration...

This PR uses `clap`'s `env` attribute to specify fallback sources for specifying home configurations, NixOS/Darwin hostnames, and home/NixOS specialisations for situations where the default heuristics are insufficient. Closes #348.

(I am a new user of `nh`, so apologies if I'm overlooking something here.) Like many people, I use a single flake to manage several NixOS/Home Manager/nix-darwin configurations. While iterating...