about summary refs log tree commit diff
path: root/modules/nixos/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixos/mpd.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/nixos/mpd.nix b/modules/nixos/mpd.nix
index 4b49213..7540c14 100644
--- a/modules/nixos/mpd.nix
+++ b/modules/nixos/mpd.nix
@@ -7,8 +7,7 @@
 with lib; let
   cfg = config.nixfiles.modules.mpd;
 in {
-  options.nixfiles.modules.mpd.enable =
-    mkEnableOption "Wether to enable MPD and its clients.";
+  options.nixfiles.modules.mpd.enable = mkEnableOption "MPD and its clients.";
 
   config = mkIf cfg.enable {
     hm = {

Consider giving Nix/NixOS a try! <3