summaryrefslogtreecommitdiff
path: root/sys/fs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/fs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/default.nix b/sys/fs/default.nix
index d24e357..04b8acb 100644
--- a/sys/fs/default.nix
+++ b/sys/fs/default.nix
@@ -1,7 +1,8 @@
{ lib, config, ... }:
with lib; let
cfg = config.local.fs;
-in {
+in
+{
imports = [ ./btrfs.nix ./layout.nix ];
options.local.fs = with lib.types; {