Michael Dorst

Results 37 comments of Michael Dorst

As per our discord discussion, TOML is off the table for this PR.

When I say TOML is off the table I mean this PR is done, I am not implementing a config language change at this time.

I would personally prefer a switch to `nixfmt-classic`. Everyone else please chime in with your opinions. I feel this way because I think lines that can reasonably fit on one...

@nixos-goddess I would like your opinion on the `nix fmt` choice.

I installed magmawm like so (many details omitted): ```nix # flake.nix { inputs = { # ... magmawm.url = "github:Gerg-L/MagmaWM"; }; outputs = { # ... magmawm, ... }: let...

I checked out `nixfmt-rfc-style` but I personally prefer classic. We had some agreement on classic in the discord, so I think we'll go with that for now. We can always...

I may be wrong about this but I don't think it's common to have the PKGBUILD be part of the main repository. I think it would make more sense to...