From e8ae745437124ee10c4d39ad3ca9a4ba4219add4 Mon Sep 17 00:00:00 2001 From: jerpo Date: Sat, 5 Aug 2023 17:26:30 +0500 Subject: maybe this will work --- modules/nixos/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/nixos/default.nix (limited to 'modules/nixos/default.nix') diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix new file mode 100644 index 0000000..bec6184 --- /dev/null +++ b/modules/nixos/default.nix @@ -0,0 +1,7 @@ +# Add your reusable NixOS 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. + +{ + # List your module files here + # my-module = import ./my-module.nix; +} -- cgit v1.2.3