diff --git a/format b/format index d98660f4..17ff2013 100755 --- a/format +++ b/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 \ diff --git a/modules/programs/afew.nix b/modules/programs/afew.nix index 99bae88c..6c480f03 100644 --- a/modules/programs/afew.nix +++ b/modules/programs/afew.nix @@ -6,9 +6,7 @@ let cfg = config.programs.afew; -in - -{ +in { options.programs.afew = { enable = mkEnableOption "the afew initial tagging script for Notmuch";