mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
format: remove exception for afew module (#1955)
This commit is contained in:
parent
19ebab97e8
commit
b706d101eb
2 changed files with 1 additions and 4 deletions
1
format
1
format
|
@ -29,7 +29,6 @@ find . -name '*.nix' \
|
|||
! -path ./modules/misc/nixpkgs.nix \
|
||||
! -path ./modules/misc/xdg.nix \
|
||||
! -path ./modules/modules.nix \
|
||||
! -path ./modules/programs/afew.nix \
|
||||
! -path ./modules/programs/bash.nix \
|
||||
! -path ./modules/programs/firefox.nix \
|
||||
! -path ./modules/programs/gpg.nix \
|
||||
|
|
|
@ -6,9 +6,7 @@ let
|
|||
|
||||
cfg = config.programs.afew;
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
in {
|
||||
options.programs.afew = {
|
||||
enable = mkEnableOption "the afew initial tagging script for Notmuch";
|
||||
|
||||
|
|
Loading…
Reference in a new issue