aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a51f8f7..5d793c3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,8 +13,12 @@
flake.overlays.default = import ./overlays;
+ # flake.flakeModules.default = ./modules;
+
imports = [
inputs.treefmt-nix.flakeModule
+ ./modules
+ # ./keyboards
];
perSystem = { pkgs, config, system, ... }: {