Closed rodrigovillarbello closed 2 weeks ago
Closes: https://github.com/nix-community/home-manager/issues/6027
[X] Change is backwards compatible.
[X] Code formatted with ./format.
./format
[X] Code tested through nix-shell --pure tests -A run.all or nix develop --ignore-environment .#all using Flakes.
nix-shell --pure tests -A run.all
nix develop --ignore-environment .#all
[ ] Test cases updated/added. See example.
[X] 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
@rycee
Thanks! Merged to master now 🙂
Description
Closes: https://github.com/nix-community/home-manager/issues/6027
Checklist
[X] Change is backwards compatible.
[X] Code formatted with
./format
.[X] Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.[ ] Test cases updated/added. See example.
[X] Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC
@rycee