diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/public/home-manager/default.nix (renamed from modules/home-manager/default.nix) | 1 | ||||
-rw-r--r-- | modules/public/nixos/default.nix (renamed from modules/nixos/default.nix) | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/home-manager/default.nix b/modules/public/home-manager/default.nix index e41f7d9..45aae31 100644 --- a/modules/home-manager/default.nix +++ b/modules/public/home-manager/default.nix @@ -1,6 +1,5 @@ # 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. - { # List your module files here # my-module = import ./my-module.nix; diff --git a/modules/nixos/default.nix b/modules/public/nixos/default.nix index bec6184..8605069 100644 --- a/modules/nixos/default.nix +++ b/modules/public/nixos/default.nix @@ -1,6 +1,5 @@ # 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; |