aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
index e41f7d9..753ad58 100644
--- a/modules/home-manager/default.nix
+++ b/modules/home-manager/default.nix
@@ -1,6 +1,6 @@
# Add your reusable home-manager modules to this directory, on their own file (https://nixos.wiki/wiki/Module).
# These should be stuff you would like to share with others, not your personal configurations.
-
+{ inputs, ... }:
{
# List your module files here
# my-module = import ./my-module.nix;