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