miljau
miljau
I think it will be really helpful if some details about adding a git commit template was added. This way when they do `git commit` the editor will pop up...
Given the expression ```nix let a = 0; in # checking if a == 0 if a == 0 then "a is zero" else "a is not zero" ``` `nixfmt`...
I think rather than messing up the global scope, it'd be a better idea to introduce an `process` object like nodejs does. `process.argv` can contain all the arguments. `process.env` can...
I noticed this issue while trying to remove the ssh configs from a server I manage. The server has home-manager installed stand-alone. Removing all the ssh configs does not remove...