summary refs log tree commit diff stats
path: root/user/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/prefect.nix')
-rw-r--r--user/prefect.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/user/prefect.nix b/user/prefect.nix
index b00623bc..23a44ab3 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -1,6 +1,8 @@
-{ config, pkgs, ... }:
-
 {
+  config,
+  pkgs,
+  ...
+}: {
   imports = [
     ./settings/base.nix
     ./settings/dunst.nix