diff options
| author | jerpo <spleefer6@yandex.ru> | 2023-08-05 17:26:30 +0500 |
|---|---|---|
| committer | jerpo <spleefer6@yandex.ru> | 2023-08-05 17:26:30 +0500 |
| commit | e8ae745437124ee10c4d39ad3ca9a4ba4219add4 (patch) | |
| tree | d00a8dad7580142a9054c05d22bcc57baa0aed0b /modules/nixos/default.nix | |
maybe this will work
Diffstat (limited to 'modules/nixos/default.nix')
| -rw-r--r-- | modules/nixos/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |
