about summary refs log tree commit diff
path: root/home/flac
diff options
context:
space:
mode:
Diffstat (limited to 'home/flac')
-rw-r--r--home/flac/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/flac/default.nix b/home/flac/default.nix
index 137d353..42500af 100644
--- a/home/flac/default.nix
+++ b/home/flac/default.nix
@@ -1,6 +1,7 @@
 { config, lib, pkgs, ... }:
 let cfg = config.my.home.flac;
-in {
+in
+{
   options.my.home.flac = with lib; {
     enable = mkEnableOption "flac configuration";
   };