diff options
Diffstat (limited to 'modules/public')
-rw-r--r-- | modules/public/home-manager/default.nix | 6 | ||||
-rw-r--r-- | modules/public/nixos/default.nix | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/modules/public/home-manager/default.nix b/modules/public/home-manager/default.nix deleted file mode 100644 index 45aae31..0000000 --- a/modules/public/home-manager/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -# 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/public/nixos/default.nix b/modules/public/nixos/default.nix deleted file mode 100644 index 8605069..0000000 --- a/modules/public/nixos/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -# 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; -} |