home-manager
home-manager copied to clipboard
Fix pueue for empty settings
Description
Checklist
-
[ ] Change is backwards compatible.
-
[ ] Code formatted with
./format
. -
[ ] Code tested through
nix-shell --pure tests -A run.all
. -
[ ] Test cases updated/added. See example.
-
[ ] Commit messages are formatted like
{component}: {description} {long description}
See CONTRIBUTING for more information and recent commit messages for examples.
-
If this PR adds a new module
-
[ ] Added myself as module maintainer. See example.
-
[ ] Added myself and the module files to
.github/CODEOWNERS
.
-
CC @AndersonTorres
@maisiliym The CI error is related to formatting, you can run the format
script in the project root to do that.
Is it more energy to make the changes rather than document them? I guess github is easier to use than git.
Maybe it's my workflow, but it was easier for me to make the changes than use github to document the changes I would make. Just saying.
Is it more energy to make the changes rather than document them?
What exactly are you saying?
I guess github is easier to use than git.
For me Github is merely the web interface for a git repo.
use github to document the changes I would make
What?
Thanks! Rebased to master.