format: remove exception for afew module (#1955)

This commit is contained in:
Sumner Evans 2021-04-28 13:58:49 -06:00 committed by GitHub
parent 19ebab97e8
commit b706d101eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

1
format
View file

@ -29,7 +29,6 @@ find . -name '*.nix' \
! -path ./modules/misc/nixpkgs.nix \ ! -path ./modules/misc/nixpkgs.nix \
! -path ./modules/misc/xdg.nix \ ! -path ./modules/misc/xdg.nix \
! -path ./modules/modules.nix \ ! -path ./modules/modules.nix \
! -path ./modules/programs/afew.nix \
! -path ./modules/programs/bash.nix \ ! -path ./modules/programs/bash.nix \
! -path ./modules/programs/firefox.nix \ ! -path ./modules/programs/firefox.nix \
! -path ./modules/programs/gpg.nix \ ! -path ./modules/programs/gpg.nix \

View file

@ -6,9 +6,7 @@ let
cfg = config.programs.afew; cfg = config.programs.afew;
in in {
{
options.programs.afew = { options.programs.afew = {
enable = mkEnableOption "the afew initial tagging script for Notmuch"; enable = mkEnableOption "the afew initial tagging script for Notmuch";