Sridhar Ratnakumar
Sridhar Ratnakumar
But assuming this is all you want: > the **same** home-manager config to multiple users. You can achieve this using `home-manager.sharedModules`. https://github.com/srid/nixos-config/blob/5b8f1dfa7e9a4def553a321b8fb4e1224b06138f/modules/nixos/default.nix#L13-L16 My above comment was about having separate home-manager...
@thpham Presently, I only do this via home-manager (not NixOS or nix-darwin). As you can see here: https://github.com/srid/nixos-config/tree/master/configurations/home The format is `[email protected]`, in `configurations/home/` per https://nixos-unified.org/guide/autowiring followed by [`nix run...
Pinning this, because it important for DX of an internal project (anomaly-detection).
For VSCode, this works: ``` code --enable-features=UseOzonePlatform --ozone-platform=wayland ```
Not sure if this should be in haskell-flake per se. But a demonstration outside of it would be a good start.
> But a demonstration outside of it would be a good start. That said, having haskell-flake produce a `stan.json` (through `stan --json-output`) would be necessary for this.
This would help with avoiding IFD in `process-compose-flake` https://github.com/Platonic-Systems/process-compose-flake/blob/b346fb30ad5fdee14e3edc3ba490eaa5db9ec0b7/nix/process-compose/settings/default.nix#L111-L113
Yup, that works: https://github.com/Platonic-Systems/process-compose-flake/pull/59 I didn't know that YAML was considered a superset of JSON.
Updated to stable (https://github.com/srid/nixos-config/commit/446fcadb1bbfff1a70f023c70541f646359ea61a); still can't reproduce this.
> > Updated to stable ([446fcad](https://github.com/srid/nixos-config/commit/446fcadb1bbfff1a70f023c70541f646359ea61a)); still can't reproduce this. > > I use `nh darwin switch`: https://github.com/nix-community/nh How are you using it? I get: ``` ❯ nix run github:nix-community/nh...